Shades of French Lilac #DCAFD9
Tints of French Lilac #DCAFD9
RGB
CMYK
RGB Variations
Color information
#DCAFD9 (or 0xDCAFD9) is known color: French Lilac. HEX triplet: DC, AF and D9. RGB value is (220,175,217). Sum of RGB (Red+Green+Blue) = 220+175+217=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD9 is #235026. Grayscale: #C1C1C1. Windows color (decimal): -2314279 or 14266332. OLE color: 14266332.
HSL color Cylindrical-coordinate representation of color #DCAFD9: hue angle of 304º 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 #DCAFD9 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 217 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.14 |
| HSL | 304º | 0.39% | 0.77% | - |
| HSV(B) | 304º | 0.2% | 0.86% | - |
| XYZ | 57.37 | 50.89 | 72.44 | - |
| YUV | 193.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 217 | 0 | 0.20 | 0.01 | 0.14 | 304 | 0.39 | 0.77 |
| Hex | DC | AF | D9 | 0 | 14 | 1 | E | 130 | 27 | 4D |
| Octal | 334 | 257 | 331 | 0 | 24 | 1 | 16 | 460 | 47 | 115 |
| Binary | 11011100 | 10101111 | 11011001 | 0 | 10100 | 1 | 1110 | 100110000 | 100111 | 1001101 |
Color Harmonies of #DCAFD9
Complementary color
Monochromatic Colors of #DCAFD9
Black with #DCAFD9
Text Example
Text Example
White with #DCAFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFD9; }
p { color: rgb(220,175,217); }
H1.HeaderClassName
{
color: #DCAFD9;
}
.AnyTagClassName
{
color: #DCAFD9;
}
</style>
background-color css
<style>
a { background-color: #DCAFD9; }
a { background-color: rgb(220,175,217); }
div.DivClassName
{
background-color: #DCAFD9;
}
.BgClassName
{
background-color: #DCAFD9;
}
</style>
border-color css
<style>
span { border-color: #DCAFD9; }
span { border-color: rgb(220,175,217); }
td.TdClassName
{
border-color: #DCAFD9;
}
.TagClassName
{
border-color: #DCAFD9;
}
</style>