Shades of French Lilac #DECCDA
Tints of French Lilac #DECCDA
RGB
CMYK
RGB Variations
Color information
#DECCDA (or 0xDECCDA) is known color: French Lilac. HEX triplet: DE, CC and DA. RGB value is (222,204,218). Sum of RGB (Red+Green+Blue) = 222+204+218=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCDA is #213325. Grayscale: #D2D2D2. Windows color (decimal): -2175782 or 14339294. OLE color: 14339294.
HSL color Cylindrical-coordinate representation of color #DECCDA: hue angle of 313.33º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECCDA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 204 | 218 | - |
CMYK | 0 | 0.08 | 0.02 | 0.13 |
HSL | 313.33º | 0.21% | 0.84% | - |
HSV(B) | 313.33º | 0.08% | 0.87% | - |
XYZ | 64.37 | 63.78 | 75.25 | - |
YUV | 210.98 | 131.96 | 135.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 204 | 218 | 0 | 0.08 | 0.02 | 0.13 | 313.33 | 0.21 | 0.84 |
Hex | DE | CC | DA | 0 | 8 | 2 | D | 139 | 15 | 54 |
Octal | 336 | 314 | 332 | 0 | 10 | 2 | 15 | 471 | 25 | 124 |
Binary | 11011110 | 11001100 | 11011010 | 0 | 1000 | 10 | 1101 | 100111001 | 10101 | 1010100 |
Color Harmonies of #DECCDA
Complementary color
Monochromatic Colors of #DECCDA
Black with #DECCDA
Text Example
Text Example
White with #DECCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCDA; }
p { color: rgb(222,204,218); }
H1.HeaderClassName
{
color: #DECCDA;
}
.AnyTagClassName
{
color: #DECCDA;
}
</style>
background-color css
<style>
a { background-color: #DECCDA; }
a { background-color: rgb(222,204,218); }
div.DivClassName
{
background-color: #DECCDA;
}
.BgClassName
{
background-color: #DECCDA;
}
</style>
border-color css
<style>
span { border-color: #DECCDA; }
span { border-color: rgb(222,204,218); }
td.TdClassName
{
border-color: #DECCDA;
}
.TagClassName
{
border-color: #DECCDA;
}
</style>