Shades of French Lilac #DEAFDC
Tints of French Lilac #DEAFDC
RGB
CMYK
RGB Variations
Color information
#DEAFDC (or 0xDEAFDC) is known color: French Lilac. HEX triplet: DE, AF and DC. RGB value is (222,175,220). Sum of RGB (Red+Green+Blue) = 222+175+220=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFDC is #215023. Grayscale: #C2C2C2. Windows color (decimal): -2183204 or 14462942. OLE color: 14462942.
HSL color Cylindrical-coordinate representation of color #DEAFDC: hue angle of 302.55º 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 #DEAFDC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 220 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.13 |
| HSL | 302.55º | 0.42% | 0.78% | - |
| HSV(B) | 302.55º | 0.21% | 0.87% | - |
| XYZ | 58.37 | 51.36 | 74.55 | - |
| YUV | 194.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 220 | 0 | 0.21 | 0.01 | 0.13 | 302.55 | 0.42 | 0.78 |
| Hex | DE | AF | DC | 0 | 15 | 1 | D | 12F | 2A | 4E |
| Octal | 336 | 257 | 334 | 0 | 25 | 1 | 15 | 457 | 52 | 116 |
| Binary | 11011110 | 10101111 | 11011100 | 0 | 10101 | 1 | 1101 | 100101111 | 101010 | 1001110 |
Color Harmonies of #DEAFDC
Complementary color
Monochromatic Colors of #DEAFDC
Black with #DEAFDC
Text Example
Text Example
White with #DEAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFDC; }
p { color: rgb(222,175,220); }
H1.HeaderClassName
{
color: #DEAFDC;
}
.AnyTagClassName
{
color: #DEAFDC;
}
</style>
background-color css
<style>
a { background-color: #DEAFDC; }
a { background-color: rgb(222,175,220); }
div.DivClassName
{
background-color: #DEAFDC;
}
.BgClassName
{
background-color: #DEAFDC;
}
</style>
border-color css
<style>
span { border-color: #DEAFDC; }
span { border-color: rgb(222,175,220); }
td.TdClassName
{
border-color: #DEAFDC;
}
.TagClassName
{
border-color: #DEAFDC;
}
</style>