Shades of French Lilac #DECDDA
Tints of French Lilac #DECDDA
RGB
CMYK
RGB Variations
Color information
#DECDDA (or 0xDECDDA) is known color: French Lilac. HEX triplet: DE, CD and DA. RGB value is (222,205,218). Sum of RGB (Red+Green+Blue) = 222+205+218=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDDA is #213225. Grayscale: #D3D3D3. Windows color (decimal): -2175526 or 14339550. OLE color: 14339550.
HSL color Cylindrical-coordinate representation of color #DECDDA: hue angle of 314.12º degrees, saturation: 0.2, 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 #DECDDA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 205 | 218 | - |
CMYK | 0 | 0.08 | 0.02 | 0.13 |
HSL | 314.12º | 0.2% | 0.84% | - |
HSV(B) | 314.12º | 0.08% | 0.87% | - |
XYZ | 64.61 | 64.25 | 75.33 | - |
YUV | 211.57 | 131.63 | 135.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 205 | 218 | 0 | 0.08 | 0.02 | 0.13 | 314.12 | 0.2 | 0.84 |
Hex | DE | CD | DA | 0 | 8 | 2 | D | 13A | 14 | 54 |
Octal | 336 | 315 | 332 | 0 | 10 | 2 | 15 | 472 | 24 | 124 |
Binary | 11011110 | 11001101 | 11011010 | 0 | 1000 | 10 | 1101 | 100111010 | 10100 | 1010100 |
Color Harmonies of #DECDDA
Complementary color
Monochromatic Colors of #DECDDA
Black with #DECDDA
Text Example
Text Example
White with #DECDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDDA; }
p { color: rgb(222,205,218); }
H1.HeaderClassName
{
color: #DECDDA;
}
.AnyTagClassName
{
color: #DECDDA;
}
</style>
background-color css
<style>
a { background-color: #DECDDA; }
a { background-color: rgb(222,205,218); }
div.DivClassName
{
background-color: #DECDDA;
}
.BgClassName
{
background-color: #DECDDA;
}
</style>
border-color css
<style>
span { border-color: #DECDDA; }
span { border-color: rgb(222,205,218); }
td.TdClassName
{
border-color: #DECDDA;
}
.TagClassName
{
border-color: #DECDDA;
}
</style>