Shades of French Lilac #DCAFD3
Tints of French Lilac #DCAFD3
RGB
CMYK
RGB Variations
Color information
#DCAFD3 (or 0xDCAFD3) is known color: French Lilac. HEX triplet: DC, AF and D3. RGB value is (220,175,211). Sum of RGB (Red+Green+Blue) = 220+175+211=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD3 is #23502C. Grayscale: #C0C0C0. Windows color (decimal): -2314285 or 13873116. OLE color: 13873116.
HSL color Cylindrical-coordinate representation of color #DCAFD3: hue angle of 312º 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 #DCAFD3 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 211 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.14 |
| HSL | 312º | 0.39% | 0.77% | - |
| HSV(B) | 312º | 0.2% | 0.86% | - |
| XYZ | 56.6 | 50.58 | 68.41 | - |
| YUV | 192.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 211 | 0 | 0.20 | 0.04 | 0.14 | 312 | 0.39 | 0.77 |
| Hex | DC | AF | D3 | 0 | 14 | 4 | E | 138 | 27 | 4D |
| Octal | 334 | 257 | 323 | 0 | 24 | 4 | 16 | 470 | 47 | 115 |
| Binary | 11011100 | 10101111 | 11010011 | 0 | 10100 | 100 | 1110 | 100111000 | 100111 | 1001101 |
Color Harmonies of #DCAFD3
Complementary color
Monochromatic Colors of #DCAFD3
Black with #DCAFD3
Text Example
Text Example
White with #DCAFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFD3; }
p { color: rgb(220,175,211); }
H1.HeaderClassName
{
color: #DCAFD3;
}
.AnyTagClassName
{
color: #DCAFD3;
}
</style>
background-color css
<style>
a { background-color: #DCAFD3; }
a { background-color: rgb(220,175,211); }
div.DivClassName
{
background-color: #DCAFD3;
}
.BgClassName
{
background-color: #DCAFD3;
}
</style>
border-color css
<style>
span { border-color: #DCAFD3; }
span { border-color: rgb(220,175,211); }
td.TdClassName
{
border-color: #DCAFD3;
}
.TagClassName
{
border-color: #DCAFD3;
}
</style>