Shades of French Lilac #DEAFD9
Tints of French Lilac #DEAFD9
RGB
CMYK
RGB Variations
Color information
#DEAFD9 (or 0xDEAFD9) is known color: French Lilac. HEX triplet: DE, AF and D9. RGB value is (222,175,217). Sum of RGB (Red+Green+Blue) = 222+175+217=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFD9 is #215026. Grayscale: #C1C1C1. Windows color (decimal): -2183207 or 14266334. OLE color: 14266334.
HSL color Cylindrical-coordinate representation of color #DEAFD9: hue angle of 306.38º 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 #DEAFD9 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 217 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.13 |
| HSL | 306.38º | 0.42% | 0.78% | - |
| HSV(B) | 306.38º | 0.21% | 0.87% | - |
| XYZ | 57.98 | 51.2 | 72.47 | - |
| YUV | 193.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 217 | 0 | 0.21 | 0.02 | 0.13 | 306.38 | 0.42 | 0.78 |
| Hex | DE | AF | D9 | 0 | 15 | 2 | D | 132 | 2A | 4E |
| Octal | 336 | 257 | 331 | 0 | 25 | 2 | 15 | 462 | 52 | 116 |
| Binary | 11011110 | 10101111 | 11011001 | 0 | 10101 | 10 | 1101 | 100110010 | 101010 | 1001110 |
Color Harmonies of #DEAFD9
Complementary color
Monochromatic Colors of #DEAFD9
Black with #DEAFD9
Text Example
Text Example
White with #DEAFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFD9; }
p { color: rgb(222,175,217); }
H1.HeaderClassName
{
color: #DEAFD9;
}
.AnyTagClassName
{
color: #DEAFD9;
}
</style>
background-color css
<style>
a { background-color: #DEAFD9; }
a { background-color: rgb(222,175,217); }
div.DivClassName
{
background-color: #DEAFD9;
}
.BgClassName
{
background-color: #DEAFD9;
}
</style>
border-color css
<style>
span { border-color: #DEAFD9; }
span { border-color: rgb(222,175,217); }
td.TdClassName
{
border-color: #DEAFD9;
}
.TagClassName
{
border-color: #DEAFD9;
}
</style>