Shades of Lilac #CE96D5
Tints of Lilac #CE96D5
RGB
CMYK
RGB Variations
Color information
#CE96D5 (or 0xCE96D5) is known color: Lilac. HEX triplet: CE, 96 and D5. RGB value is (206,150,213). Sum of RGB (Red+Green+Blue) = 206+150+213=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE96D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96D5 is #31692A. Grayscale: #ADADAD. Windows color (decimal): -3238187 or 13997774. OLE color: 13997774.
HSL color Cylindrical-coordinate representation of color #CE96D5: hue angle of 293.33º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE96D5 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 150 | 213 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.16 |
| HSL | 293.33º | 0.43% | 0.71% | - |
| HSV(B) | 293.33º | 0.3% | 0.84% | - |
| XYZ | 48.37 | 39.74 | 68.07 | - |
| YUV | 173.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 213 | 0.03 | 0.30 | 0 | 0.16 | 293.33 | 0.43 | 0.71 |
| Hex | CE | 96 | D5 | 3 | 1E | 0 | 10 | 125 | 2B | 47 |
| Octal | 316 | 226 | 325 | 3 | 36 | 0 | 20 | 445 | 53 | 107 |
| Binary | 11001110 | 10010110 | 11010101 | 11 | 11110 | 0 | 10000 | 100100101 | 101011 | 1000111 |
Color Harmonies of #CE96D5
Complementary color
Monochromatic Colors of #CE96D5
Black with #CE96D5
Text Example
Text Example
White with #CE96D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE96D5; }
p { color: rgb(206,150,213); }
H1.HeaderClassName
{
color: #CE96D5;
}
.AnyTagClassName
{
color: #CE96D5;
}
</style>
background-color css
<style>
a { background-color: #CE96D5; }
a { background-color: rgb(206,150,213); }
div.DivClassName
{
background-color: #CE96D5;
}
.BgClassName
{
background-color: #CE96D5;
}
</style>
border-color css
<style>
span { border-color: #CE96D5; }
span { border-color: rgb(206,150,213); }
td.TdClassName
{
border-color: #CE96D5;
}
.TagClassName
{
border-color: #CE96D5;
}
</style>