Shades of French Lilac #DCAFDA
Tints of French Lilac #DCAFDA
RGB
CMYK
RGB Variations
Color information
#DCAFDA (or 0xDCAFDA) is known color: French Lilac. HEX triplet: DC, AF and DA. RGB value is (220,175,218). Sum of RGB (Red+Green+Blue) = 220+175+218=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFDA is #235025. Grayscale: #C1C1C1. Windows color (decimal): -2314278 or 14331868. OLE color: 14331868.
HSL color Cylindrical-coordinate representation of color #DCAFDA: hue angle of 302.67º 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 #DCAFDA is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 218 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.14 |
| HSL | 302.67º | 0.39% | 0.77% | - |
| HSV(B) | 302.67º | 0.2% | 0.86% | - |
| XYZ | 57.5 | 50.94 | 73.13 | - |
| YUV | 193.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 218 | 0 | 0.20 | 0.01 | 0.14 | 302.67 | 0.39 | 0.77 |
| Hex | DC | AF | DA | 0 | 14 | 1 | E | 12F | 27 | 4D |
| Octal | 334 | 257 | 332 | 0 | 24 | 1 | 16 | 457 | 47 | 115 |
| Binary | 11011100 | 10101111 | 11011010 | 0 | 10100 | 1 | 1110 | 100101111 | 100111 | 1001101 |
Color Harmonies of #DCAFDA
Complementary color
Monochromatic Colors of #DCAFDA
Black with #DCAFDA
Text Example
Text Example
White with #DCAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFDA; }
p { color: rgb(220,175,218); }
H1.HeaderClassName
{
color: #DCAFDA;
}
.AnyTagClassName
{
color: #DCAFDA;
}
</style>
background-color css
<style>
a { background-color: #DCAFDA; }
a { background-color: rgb(220,175,218); }
div.DivClassName
{
background-color: #DCAFDA;
}
.BgClassName
{
background-color: #DCAFDA;
}
</style>
border-color css
<style>
span { border-color: #DCAFDA; }
span { border-color: rgb(220,175,218); }
td.TdClassName
{
border-color: #DCAFDA;
}
.TagClassName
{
border-color: #DCAFDA;
}
</style>