Shades of Lilac #CE9FD0
Tints of Lilac #CE9FD0
RGB
CMYK
RGB Variations
Color information
#CE9FD0 (or 0xCE9FD0) is known color: Lilac. HEX triplet: CE, 9F and D0. RGB value is (206,159,208). Sum of RGB (Red+Green+Blue) = 206+159+208=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE9FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FD0 is #31602F. Grayscale: #B2B2B2. Windows color (decimal): -3235888 or 13672398. OLE color: 13672398.
HSL color Cylindrical-coordinate representation of color #CE9FD0: hue angle of 297.55º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9FD0 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 159 | 208 | - |
CMYK | 0.01 | 0.24 | 0 | 0.18 |
HSL | 297.55º | 0.34% | 0.72% | - |
HSV(B) | 297.55º | 0.24% | 0.82% | - |
XYZ | 49.24 | 42.47 | 65.28 | - |
YUV | 178.64 | 144.57 | 147.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 159 | 208 | 0.01 | 0.24 | 0 | 0.18 | 297.55 | 0.34 | 0.72 |
Hex | CE | 9F | D0 | 1 | 18 | 0 | 12 | 12A | 22 | 48 |
Octal | 316 | 237 | 320 | 1 | 30 | 0 | 22 | 452 | 42 | 110 |
Binary | 11001110 | 10011111 | 11010000 | 1 | 11000 | 0 | 10010 | 100101010 | 100010 | 1001000 |
Color Harmonies of #CE9FD0
Complementary color
Monochromatic Colors of #CE9FD0
Black with #CE9FD0
Text Example
Text Example
White with #CE9FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FD0; }
p { color: rgb(206,159,208); }
H1.HeaderClassName
{
color: #CE9FD0;
}
.AnyTagClassName
{
color: #CE9FD0;
}
</style>
background-color css
<style>
a { background-color: #CE9FD0; }
a { background-color: rgb(206,159,208); }
div.DivClassName
{
background-color: #CE9FD0;
}
.BgClassName
{
background-color: #CE9FD0;
}
</style>
border-color css
<style>
span { border-color: #CE9FD0; }
span { border-color: rgb(206,159,208); }
td.TdClassName
{
border-color: #CE9FD0;
}
.TagClassName
{
border-color: #CE9FD0;
}
</style>