#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 of #dfc1df | Value |
|---|---|
| RGB | 223, 193, 223 |
| HSL | 0.83, 0.32, 0.82 |
| HSV | 300°, 13°, 87° |
| XYZ | 62.82, 59.16, 77.91 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011111 | 11000001 | 11011111 |
| Octal | 337 | 301 | 337 |
| Decimal | 223 | 193 | 223 |
| Hex | DF | C1 | DF |
Shades of #dfc1df
Tints of #dfc1df
.mybgColor {background-color: #dfc1df;}
.myforeColor {color: #dfc1df;}
.myborderColor {border:3px solid #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,
<div style="background-color:#dfc1df">Div content here</div>
<div style="border:3px solid #dfc1df">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(223, 193, 223, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #dfc1df;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
