Shades of Lilac #D69ECE
Tints of Lilac #D69ECE
RGB
CMYK
RGB Variations
Color information
#D69ECE (or 0xD69ECE) is known color: Lilac. HEX triplet: D6, 9E and CE. RGB value is (214,158,206). Sum of RGB (Red+Green+Blue) = 214+158+206=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ECE is #296131. Grayscale: #B4B4B4. Windows color (decimal): -2711858 or 13541078. OLE color: 13541078.
HSL color Cylindrical-coordinate representation of color #D69ECE: hue angle of 308.57º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69ECE is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 206 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.16 |
| HSL | 308.57º | 0.41% | 0.73% | - |
| HSV(B) | 308.57º | 0.26% | 0.84% | - |
| XYZ | 51.1 | 43.21 | 64.04 | - |
| YUV | 180.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 206 | 0 | 0.26 | 0.04 | 0.16 | 308.57 | 0.41 | 0.73 |
| Hex | D6 | 9E | CE | 0 | 1A | 4 | 10 | 135 | 29 | 49 |
| Octal | 326 | 236 | 316 | 0 | 32 | 4 | 20 | 465 | 51 | 111 |
| Binary | 11010110 | 10011110 | 11001110 | 0 | 11010 | 100 | 10000 | 100110101 | 101001 | 1001001 |
Color Harmonies of #D69ECE
Complementary color
Monochromatic Colors of #D69ECE
Black with #D69ECE
Text Example
Text Example
White with #D69ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69ECE; }
p { color: rgb(214,158,206); }
H1.HeaderClassName
{
color: #D69ECE;
}
.AnyTagClassName
{
color: #D69ECE;
}
</style>
background-color css
<style>
a { background-color: #D69ECE; }
a { background-color: rgb(214,158,206); }
div.DivClassName
{
background-color: #D69ECE;
}
.BgClassName
{
background-color: #D69ECE;
}
</style>
border-color css
<style>
span { border-color: #D69ECE; }
span { border-color: rgb(214,158,206); }
td.TdClassName
{
border-color: #D69ECE;
}
.TagClassName
{
border-color: #D69ECE;
}
</style>