Shades of Lilac #D29EC8
Tints of Lilac #D29EC8
RGB
CMYK
RGB Variations
Color information
#D29EC8 (or 0xD29EC8) is known color: Lilac. HEX triplet: D2, 9E and C8. RGB value is (210,158,200). Sum of RGB (Red+Green+Blue) = 210+158+200=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EC8 is #2D6137. Grayscale: #B2B2B2. Windows color (decimal): -2974008 or 13147858. OLE color: 13147858.
HSL color Cylindrical-coordinate representation of color #D29EC8: hue angle of 311.54º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29EC8 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 200 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.18 |
| HSL | 311.54º | 0.37% | 0.72% | - |
| HSV(B) | 311.54º | 0.25% | 0.82% | - |
| XYZ | 49.23 | 42.33 | 60.22 | - |
| YUV | 178.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 200 | 0 | 0.25 | 0.05 | 0.18 | 311.54 | 0.37 | 0.72 |
| Hex | D2 | 9E | C8 | 0 | 19 | 5 | 12 | 138 | 25 | 48 |
| Octal | 322 | 236 | 310 | 0 | 31 | 5 | 22 | 470 | 45 | 110 |
| Binary | 11010010 | 10011110 | 11001000 | 0 | 11001 | 101 | 10010 | 100111000 | 100101 | 1001000 |
Color Harmonies of #D29EC8
Complementary color
Monochromatic Colors of #D29EC8
Black with #D29EC8
Text Example
Text Example
White with #D29EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EC8; }
p { color: rgb(210,158,200); }
H1.HeaderClassName
{
color: #D29EC8;
}
.AnyTagClassName
{
color: #D29EC8;
}
</style>
background-color css
<style>
a { background-color: #D29EC8; }
a { background-color: rgb(210,158,200); }
div.DivClassName
{
background-color: #D29EC8;
}
.BgClassName
{
background-color: #D29EC8;
}
</style>
border-color css
<style>
span { border-color: #D29EC8; }
span { border-color: rgb(210,158,200); }
td.TdClassName
{
border-color: #D29EC8;
}
.TagClassName
{
border-color: #D29EC8;
}
</style>