Shades of French Lilac #DEC2DA
Tints of French Lilac #DEC2DA
RGB
CMYK
RGB Variations
Color information
#DEC2DA (or 0xDEC2DA) is known color: French Lilac. HEX triplet: DE, C2 and DA. RGB value is (222,194,218). Sum of RGB (Red+Green+Blue) = 222+194+218=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2DA is #213D25. Grayscale: #CDCDCD. Windows color (decimal): -2178342 or 14336734. OLE color: 14336734.
HSL color Cylindrical-coordinate representation of color #DEC2DA: hue angle of 308.57º 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 #DEC2DA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 194 | 218 | - |
CMYK | 0 | 0.13 | 0.02 | 0.13 |
HSL | 308.57º | 0.3% | 0.82% | - |
HSV(B) | 308.57º | 0.13% | 0.87% | - |
XYZ | 62.07 | 59.18 | 74.48 | - |
YUV | 205.11 | 135.28 | 140.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 194 | 218 | 0 | 0.13 | 0.02 | 0.13 | 308.57 | 0.3 | 0.82 |
Hex | DE | C2 | DA | 0 | D | 2 | D | 135 | 1E | 52 |
Octal | 336 | 302 | 332 | 0 | 15 | 2 | 15 | 465 | 36 | 122 |
Binary | 11011110 | 11000010 | 11011010 | 0 | 1101 | 10 | 1101 | 100110101 | 11110 | 1010010 |
Color Harmonies of #DEC2DA
Complementary color
Monochromatic Colors of #DEC2DA
Black with #DEC2DA
Text Example
Text Example
White with #DEC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2DA; }
p { color: rgb(222,194,218); }
H1.HeaderClassName
{
color: #DEC2DA;
}
.AnyTagClassName
{
color: #DEC2DA;
}
</style>
background-color css
<style>
a { background-color: #DEC2DA; }
a { background-color: rgb(222,194,218); }
div.DivClassName
{
background-color: #DEC2DA;
}
.BgClassName
{
background-color: #DEC2DA;
}
</style>
border-color css
<style>
span { border-color: #DEC2DA; }
span { border-color: rgb(222,194,218); }
td.TdClassName
{
border-color: #DEC2DA;
}
.TagClassName
{
border-color: #DEC2DA;
}
</style>