Shades of French Lilac #DEAFD2
Tints of French Lilac #DEAFD2
RGB
CMYK
RGB Variations
Color information
#DEAFD2 (or 0xDEAFD2) is known color: French Lilac. HEX triplet: DE, AF and D2. RGB value is (222,175,210). Sum of RGB (Red+Green+Blue) = 222+175+210=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFD2 is #21502D. Grayscale: #C0C0C0. Windows color (decimal): -2183214 or 13807582. OLE color: 13807582.
HSL color Cylindrical-coordinate representation of color #DEAFD2: hue angle of 315.32º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEAFD2 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 210 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.13 |
| HSL | 315.32º | 0.42% | 0.78% | - |
| HSV(B) | 315.32º | 0.21% | 0.87% | - |
| XYZ | 57.09 | 50.84 | 67.78 | - |
| YUV | 193.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 210 | 0 | 0.21 | 0.05 | 0.13 | 315.32 | 0.42 | 0.78 |
| Hex | DE | AF | D2 | 0 | 15 | 5 | D | 13B | 2A | 4E |
| Octal | 336 | 257 | 322 | 0 | 25 | 5 | 15 | 473 | 52 | 116 |
| Binary | 11011110 | 10101111 | 11010010 | 0 | 10101 | 101 | 1101 | 100111011 | 101010 | 1001110 |
Color Harmonies of #DEAFD2
Complementary color
Monochromatic Colors of #DEAFD2
Black with #DEAFD2
Text Example
Text Example
White with #DEAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFD2; }
p { color: rgb(222,175,210); }
H1.HeaderClassName
{
color: #DEAFD2;
}
.AnyTagClassName
{
color: #DEAFD2;
}
</style>
background-color css
<style>
a { background-color: #DEAFD2; }
a { background-color: rgb(222,175,210); }
div.DivClassName
{
background-color: #DEAFD2;
}
.BgClassName
{
background-color: #DEAFD2;
}
</style>
border-color css
<style>
span { border-color: #DEAFD2; }
span { border-color: rgb(222,175,210); }
td.TdClassName
{
border-color: #DEAFD2;
}
.TagClassName
{
border-color: #DEAFD2;
}
</style>