Shades of French Lilac #DCAFD5
Tints of French Lilac #DCAFD5
RGB
CMYK
RGB Variations
Color information
#DCAFD5 (or 0xDCAFD5) is known color: French Lilac. HEX triplet: DC, AF and D5. RGB value is (220,175,213). Sum of RGB (Red+Green+Blue) = 220+175+213=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD5 is #23502A. Grayscale: #C0C0C0. Windows color (decimal): -2314283 or 14004188. OLE color: 14004188.
HSL color Cylindrical-coordinate representation of color #DCAFD5: hue angle of 309.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCAFD5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 213 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.14 |
| HSL | 309.33º | 0.39% | 0.77% | - |
| HSV(B) | 309.33º | 0.2% | 0.86% | - |
| XYZ | 56.86 | 50.68 | 69.74 | - |
| YUV | 192.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 213 | 0 | 0.20 | 0.03 | 0.14 | 309.33 | 0.39 | 0.77 |
| Hex | DC | AF | D5 | 0 | 14 | 3 | E | 135 | 27 | 4D |
| Octal | 334 | 257 | 325 | 0 | 24 | 3 | 16 | 465 | 47 | 115 |
| Binary | 11011100 | 10101111 | 11010101 | 0 | 10100 | 11 | 1110 | 100110101 | 100111 | 1001101 |
Color Harmonies of #DCAFD5
Complementary color
Monochromatic Colors of #DCAFD5
Black with #DCAFD5
Text Example
Text Example
White with #DCAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFD5; }
p { color: rgb(220,175,213); }
H1.HeaderClassName
{
color: #DCAFD5;
}
.AnyTagClassName
{
color: #DCAFD5;
}
</style>
background-color css
<style>
a { background-color: #DCAFD5; }
a { background-color: rgb(220,175,213); }
div.DivClassName
{
background-color: #DCAFD5;
}
.BgClassName
{
background-color: #DCAFD5;
}
</style>
border-color css
<style>
span { border-color: #DCAFD5; }
span { border-color: rgb(220,175,213); }
td.TdClassName
{
border-color: #DCAFD5;
}
.TagClassName
{
border-color: #DCAFD5;
}
</style>