Shades of French Lilac #DED2DB
Tints of French Lilac #DED2DB
RGB
CMYK
RGB Variations
Color information
#DED2DB (or 0xDED2DB) is known color: French Lilac. HEX triplet: DE, D2 and DB. RGB value is (222,210,219). Sum of RGB (Red+Green+Blue) = 222+210+219=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2DB is #212D24. Grayscale: #D6D6D6. Windows color (decimal): -2174245 or 14406366. OLE color: 14406366.
HSL color Cylindrical-coordinate representation of color #DED2DB: hue angle of 315º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DED2DB is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 210 | 219 | - |
CMYK | 0 | 0.05 | 0.01 | 0.13 |
HSL | 315º | 0.15% | 0.85% | - |
HSV(B) | 315º | 0.05% | 0.87% | - |
XYZ | 65.96 | 66.74 | 76.42 | - |
YUV | 214.61 | 130.48 | 133.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 210 | 219 | 0 | 0.05 | 0.01 | 0.13 | 315 | 0.15 | 0.85 |
Hex | DE | D2 | DB | 0 | 5 | 1 | D | 13B | F | 55 |
Octal | 336 | 322 | 333 | 0 | 5 | 1 | 15 | 473 | 17 | 125 |
Binary | 11011110 | 11010010 | 11011011 | 0 | 101 | 1 | 1101 | 100111011 | 1111 | 1010101 |
Color Harmonies of #DED2DB
Complementary color
Monochromatic Colors of #DED2DB
Black with #DED2DB
Text Example
Text Example
White with #DED2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2DB; }
p { color: rgb(222,210,219); }
H1.HeaderClassName
{
color: #DED2DB;
}
.AnyTagClassName
{
color: #DED2DB;
}
</style>
background-color css
<style>
a { background-color: #DED2DB; }
a { background-color: rgb(222,210,219); }
div.DivClassName
{
background-color: #DED2DB;
}
.BgClassName
{
background-color: #DED2DB;
}
</style>
border-color css
<style>
span { border-color: #DED2DB; }
span { border-color: rgb(222,210,219); }
td.TdClassName
{
border-color: #DED2DB;
}
.TagClassName
{
border-color: #DED2DB;
}
</style>