Shades of French Lilac #DECEDA
Tints of French Lilac #DECEDA
RGB
CMYK
RGB Variations
Color information
#DECEDA (or 0xDECEDA) is known color: French Lilac. HEX triplet: DE, CE and DA. RGB value is (222,206,218). Sum of RGB (Red+Green+Blue) = 222+206+218=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEDA is #213125. Grayscale: #D4D4D4. Windows color (decimal): -2175270 or 14339806. OLE color: 14339806.
HSL color Cylindrical-coordinate representation of color #DECEDA: hue angle of 315º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DECEDA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 206 | 218 | - |
CMYK | 0 | 0.07 | 0.02 | 0.13 |
HSL | 315º | 0.2% | 0.84% | - |
HSV(B) | 315º | 0.07% | 0.87% | - |
XYZ | 64.85 | 64.73 | 75.41 | - |
YUV | 212.15 | 131.3 | 135.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 206 | 218 | 0 | 0.07 | 0.02 | 0.13 | 315 | 0.2 | 0.84 |
Hex | DE | CE | DA | 0 | 7 | 2 | D | 13B | 14 | 54 |
Octal | 336 | 316 | 332 | 0 | 7 | 2 | 15 | 473 | 24 | 124 |
Binary | 11011110 | 11001110 | 11011010 | 0 | 111 | 10 | 1101 | 100111011 | 10100 | 1010100 |
Color Harmonies of #DECEDA
Complementary color
Monochromatic Colors of #DECEDA
Black with #DECEDA
Text Example
Text Example
White with #DECEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEDA; }
p { color: rgb(222,206,218); }
H1.HeaderClassName
{
color: #DECEDA;
}
.AnyTagClassName
{
color: #DECEDA;
}
</style>
background-color css
<style>
a { background-color: #DECEDA; }
a { background-color: rgb(222,206,218); }
div.DivClassName
{
background-color: #DECEDA;
}
.BgClassName
{
background-color: #DECEDA;
}
</style>
border-color css
<style>
span { border-color: #DECEDA; }
span { border-color: rgb(222,206,218); }
td.TdClassName
{
border-color: #DECEDA;
}
.TagClassName
{
border-color: #DECEDA;
}
</style>