Shades of French Lilac #DEC7DA
Tints of French Lilac #DEC7DA
RGB
CMYK
RGB Variations
Color information
#DEC7DA (or 0xDEC7DA) is known color: French Lilac. HEX triplet: DE, C7 and DA. RGB value is (222,199,218). Sum of RGB (Red+Green+Blue) = 222+199+218=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7DA is #213825. Grayscale: #CFCFCF. Windows color (decimal): -2177062 or 14338014. OLE color: 14338014.
HSL color Cylindrical-coordinate representation of color #DEC7DA: hue angle of 310.43º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC7DA is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 199 | 218 | - |
CMYK | 0 | 0.10 | 0.02 | 0.13 |
HSL | 310.43º | 0.26% | 0.83% | - |
HSV(B) | 310.43º | 0.1% | 0.87% | - |
XYZ | 63.2 | 61.44 | 74.86 | - |
YUV | 208.04 | 133.62 | 137.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 199 | 218 | 0 | 0.10 | 0.02 | 0.13 | 310.43 | 0.26 | 0.83 |
Hex | DE | C7 | DA | 0 | A | 2 | D | 136 | 1A | 53 |
Octal | 336 | 307 | 332 | 0 | 12 | 2 | 15 | 466 | 32 | 123 |
Binary | 11011110 | 11000111 | 11011010 | 0 | 1010 | 10 | 1101 | 100110110 | 11010 | 1010011 |
Color Harmonies of #DEC7DA
Complementary color
Monochromatic Colors of #DEC7DA
Black with #DEC7DA
Text Example
Text Example
White with #DEC7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7DA; }
p { color: rgb(222,199,218); }
H1.HeaderClassName
{
color: #DEC7DA;
}
.AnyTagClassName
{
color: #DEC7DA;
}
</style>
background-color css
<style>
a { background-color: #DEC7DA; }
a { background-color: rgb(222,199,218); }
div.DivClassName
{
background-color: #DEC7DA;
}
.BgClassName
{
background-color: #DEC7DA;
}
</style>
border-color css
<style>
span { border-color: #DEC7DA; }
span { border-color: rgb(222,199,218); }
td.TdClassName
{
border-color: #DEC7DA;
}
.TagClassName
{
border-color: #DEC7DA;
}
</style>