Shades of Lilac #CE96D1
Tints of Lilac #CE96D1
RGB
CMYK
RGB Variations
Color information
#CE96D1 (or 0xCE96D1) is known color: Lilac. HEX triplet: CE, 96 and D1. RGB value is (206,150,209). Sum of RGB (Red+Green+Blue) = 206+150+209=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96D1 is #31692E. Grayscale: #ADADAD. Windows color (decimal): -3238191 or 13735630. OLE color: 13735630.
HSL color Cylindrical-coordinate representation of color #CE96D1: hue angle of 296.95º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE96D1 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 150 | 209 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.18 |
| HSL | 296.95º | 0.39% | 0.7% | - |
| HSV(B) | 296.95º | 0.28% | 0.82% | - |
| XYZ | 47.87 | 39.54 | 65.43 | - |
| YUV | 173.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 209 | 0.01 | 0.28 | 0 | 0.18 | 296.95 | 0.39 | 0.7 |
| Hex | CE | 96 | D1 | 1 | 1C | 0 | 12 | 129 | 27 | 46 |
| Octal | 316 | 226 | 321 | 1 | 34 | 0 | 22 | 451 | 47 | 106 |
| Binary | 11001110 | 10010110 | 11010001 | 1 | 11100 | 0 | 10010 | 100101001 | 100111 | 1000110 |
Color Harmonies of #CE96D1
Complementary color
Monochromatic Colors of #CE96D1
Black with #CE96D1
Text Example
Text Example
White with #CE96D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE96D1; }
p { color: rgb(206,150,209); }
H1.HeaderClassName
{
color: #CE96D1;
}
.AnyTagClassName
{
color: #CE96D1;
}
</style>
background-color css
<style>
a { background-color: #CE96D1; }
a { background-color: rgb(206,150,209); }
div.DivClassName
{
background-color: #CE96D1;
}
.BgClassName
{
background-color: #CE96D1;
}
</style>
border-color css
<style>
span { border-color: #CE96D1; }
span { border-color: rgb(206,150,209); }
td.TdClassName
{
border-color: #CE96D1;
}
.TagClassName
{
border-color: #CE96D1;
}
</style>