Shades of French Lilac #DEAFDA
Tints of French Lilac #DEAFDA
RGB
CMYK
RGB Variations
Color information
#DEAFDA (or 0xDEAFDA) is known color: French Lilac. HEX triplet: DE, AF and DA. RGB value is (222,175,218). Sum of RGB (Red+Green+Blue) = 222+175+218=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFDA is #215025. Grayscale: #C1C1C1. Windows color (decimal): -2183206 or 14331870. OLE color: 14331870.
HSL color Cylindrical-coordinate representation of color #DEAFDA: hue angle of 305.11º 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 #DEAFDA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 218 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.13 |
| HSL | 305.11º | 0.42% | 0.78% | - |
| HSV(B) | 305.11º | 0.21% | 0.87% | - |
| XYZ | 58.11 | 51.25 | 73.16 | - |
| YUV | 193.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 218 | 0 | 0.21 | 0.02 | 0.13 | 305.11 | 0.42 | 0.78 |
| Hex | DE | AF | DA | 0 | 15 | 2 | D | 131 | 2A | 4E |
| Octal | 336 | 257 | 332 | 0 | 25 | 2 | 15 | 461 | 52 | 116 |
| Binary | 11011110 | 10101111 | 11011010 | 0 | 10101 | 10 | 1101 | 100110001 | 101010 | 1001110 |
Color Harmonies of #DEAFDA
Complementary color
Monochromatic Colors of #DEAFDA
Black with #DEAFDA
Text Example
Text Example
White with #DEAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFDA; }
p { color: rgb(222,175,218); }
H1.HeaderClassName
{
color: #DEAFDA;
}
.AnyTagClassName
{
color: #DEAFDA;
}
</style>
background-color css
<style>
a { background-color: #DEAFDA; }
a { background-color: rgb(222,175,218); }
div.DivClassName
{
background-color: #DEAFDA;
}
.BgClassName
{
background-color: #DEAFDA;
}
</style>
border-color css
<style>
span { border-color: #DEAFDA; }
span { border-color: rgb(222,175,218); }
td.TdClassName
{
border-color: #DEAFDA;
}
.TagClassName
{
border-color: #DEAFDA;
}
</style>