Shades of Lilac #D69ECC
Tints of Lilac #D69ECC
RGB
CMYK
RGB Variations
Color information
#D69ECC (or 0xD69ECC) is known color: Lilac. HEX triplet: D6, 9E and CC. RGB value is (214,158,204). Sum of RGB (Red+Green+Blue) = 214+158+204=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ECC is #296133. Grayscale: #B3B3B3. Windows color (decimal): -2711860 or 13410006. OLE color: 13410006.
HSL color Cylindrical-coordinate representation of color #D69ECC: hue angle of 310.71º 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 #D69ECC is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 204 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.16 |
| HSL | 310.71º | 0.41% | 0.73% | - |
| HSV(B) | 310.71º | 0.26% | 0.84% | - |
| XYZ | 50.86 | 43.11 | 62.77 | - |
| YUV | 179.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 204 | 0 | 0.26 | 0.05 | 0.16 | 310.71 | 0.41 | 0.73 |
| Hex | D6 | 9E | CC | 0 | 1A | 5 | 10 | 137 | 29 | 49 |
| Octal | 326 | 236 | 314 | 0 | 32 | 5 | 20 | 467 | 51 | 111 |
| Binary | 11010110 | 10011110 | 11001100 | 0 | 11010 | 101 | 10000 | 100110111 | 101001 | 1001001 |
Color Harmonies of #D69ECC
Complementary color
Monochromatic Colors of #D69ECC
Black with #D69ECC
Text Example
Text Example
White with #D69ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69ECC; }
p { color: rgb(214,158,204); }
H1.HeaderClassName
{
color: #D69ECC;
}
.AnyTagClassName
{
color: #D69ECC;
}
</style>
background-color css
<style>
a { background-color: #D69ECC; }
a { background-color: rgb(214,158,204); }
div.DivClassName
{
background-color: #D69ECC;
}
.BgClassName
{
background-color: #D69ECC;
}
</style>
border-color css
<style>
span { border-color: #D69ECC; }
span { border-color: rgb(214,158,204); }
td.TdClassName
{
border-color: #D69ECC;
}
.TagClassName
{
border-color: #D69ECC;
}
</style>