color details

Color Details
#dfc1df Color Hex

#dfc1df color RGB value is (13, 252, 29).
#dfc1df hex color red value is 13, green value is 252, and blue value is 29.
Cylindrical-coordinate representations (HSL) of color #dfc1df hue: 124.02, saturation: 0.98 and lightness: 0.52.

The process color (four-color CMYK) of #dfc1df color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dfc1df is #ff9999. Color #dfc1df contains mainly RED.

Color Spaces
Color spaces of #dfc1dfValue
RGB223, 193, 223
HSL0.83, 0.32, 0.82
HSV300°, 13°, 87°
XYZ62.82, 59.16, 77.91
Base Numbers
Base Red Green Blue
Binary 11011111 11000001 11011111
Octal 337 301 337
Decimal 223 193 223
Hex DF C1 DF

RGB Percentages for Color #dfc1df

34.9%
30.2%
34.9%

CMYK Percentages of the Color #dfc1df

13.45%
12.55%
CSS Codes for Color #dfc1df
.mybgColor {background-color: #dfc1df;}
.myforeColor {color: #dfc1df;}
.myborderColor {border:3px solid #dfc1df;}
Text Font Color #dfc1df

<p style="color:#dfc1df">Text here</p>

This sample text is styled with the font color #dfc1df. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #dfc1df

<div style="background-color:#dfc1df">Div content here</div>

The background color of this div is #dfc1df
Border Color #dfc1df

<div style="border:3px solid #dfc1df">Div here</div>

The border color of this div is #dfc1df
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(223, 193, 223, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #dfc1df;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #dfc1df;
-webkit-box-shadow: 1px 1px 3px #dfc1df;
box-shadow: 1px 1px 3px #dfc1df;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223, 193, 223, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #dfc1df;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #dfc1df; -webkit-box-shadow: 1px 1px 3px #dfc1df; box-shadow: 1px 1px 3px #dfc1df;">Div content here</div>

This div box has a shadow with a specified color. #dfc1df

Scroll to Top