Shades of French Lilac #DEC2D6
Tints of French Lilac #DEC2D6
RGB
CMYK
RGB Variations
Color information
#DEC2D6 (or 0xDEC2D6) is known color: French Lilac. HEX triplet: DE, C2 and D6. RGB value is (222,194,214). Sum of RGB (Red+Green+Blue) = 222+194+214=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2D6 is #213D29. Grayscale: #CCCCCC. Windows color (decimal): -2178346 or 14074590. OLE color: 14074590.
HSL color Cylindrical-coordinate representation of color #DEC2D6: hue angle of 317.14º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC2D6 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 194 | 214 | - |
CMYK | 0 | 0.13 | 0.04 | 0.13 |
HSL | 317.14º | 0.3% | 0.82% | - |
HSV(B) | 317.14º | 0.13% | 0.87% | - |
XYZ | 61.55 | 58.97 | 71.76 | - |
YUV | 204.65 | 133.28 | 140.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 194 | 214 | 0 | 0.13 | 0.04 | 0.13 | 317.14 | 0.3 | 0.82 |
Hex | DE | C2 | D6 | 0 | D | 4 | D | 13D | 1E | 52 |
Octal | 336 | 302 | 326 | 0 | 15 | 4 | 15 | 475 | 36 | 122 |
Binary | 11011110 | 11000010 | 11010110 | 0 | 1101 | 100 | 1101 | 100111101 | 11110 | 1010010 |
Color Harmonies of #DEC2D6
Complementary color
Monochromatic Colors of #DEC2D6
Black with #DEC2D6
Text Example
Text Example
White with #DEC2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2D6; }
p { color: rgb(222,194,214); }
H1.HeaderClassName
{
color: #DEC2D6;
}
.AnyTagClassName
{
color: #DEC2D6;
}
</style>
background-color css
<style>
a { background-color: #DEC2D6; }
a { background-color: rgb(222,194,214); }
div.DivClassName
{
background-color: #DEC2D6;
}
.BgClassName
{
background-color: #DEC2D6;
}
</style>
border-color css
<style>
span { border-color: #DEC2D6; }
span { border-color: rgb(222,194,214); }
td.TdClassName
{
border-color: #DEC2D6;
}
.TagClassName
{
border-color: #DEC2D6;
}
</style>