Shades of French Lilac #DEC2D7
Tints of French Lilac #DEC2D7
RGB
CMYK
RGB Variations
Color information
#DEC2D7 (or 0xDEC2D7) is known color: French Lilac. HEX triplet: DE, C2 and D7. RGB value is (222,194,215). Sum of RGB (Red+Green+Blue) = 222+194+215=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2D7 is #213D28. Grayscale: #CCCCCC. Windows color (decimal): -2178345 or 14140126. OLE color: 14140126.
HSL color Cylindrical-coordinate representation of color #DEC2D7: hue angle of 315º 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 #DEC2D7 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 215 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.13 |
| HSL | 315º | 0.3% | 0.82% | - |
| HSV(B) | 315º | 0.13% | 0.87% | - |
| XYZ | 61.68 | 59.02 | 72.43 | - |
| YUV | 204.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 215 | 0 | 0.13 | 0.03 | 0.13 | 315 | 0.3 | 0.82 |
| Hex | DE | C2 | D7 | 0 | D | 3 | D | 13B | 1E | 52 |
| Octal | 336 | 302 | 327 | 0 | 15 | 3 | 15 | 473 | 36 | 122 |
| Binary | 11011110 | 11000010 | 11010111 | 0 | 1101 | 11 | 1101 | 100111011 | 11110 | 1010010 |
Color Harmonies of #DEC2D7
Complementary color
Monochromatic Colors of #DEC2D7
Black with #DEC2D7
Text Example
Text Example
White with #DEC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2D7; }
p { color: rgb(222,194,215); }
H1.HeaderClassName
{
color: #DEC2D7;
}
.AnyTagClassName
{
color: #DEC2D7;
}
</style>
background-color css
<style>
a { background-color: #DEC2D7; }
a { background-color: rgb(222,194,215); }
div.DivClassName
{
background-color: #DEC2D7;
}
.BgClassName
{
background-color: #DEC2D7;
}
</style>
border-color css
<style>
span { border-color: #DEC2D7; }
span { border-color: rgb(222,194,215); }
td.TdClassName
{
border-color: #DEC2D7;
}
.TagClassName
{
border-color: #DEC2D7;
}
</style>