Shades of Lilac #CE96D3
Tints of Lilac #CE96D3
RGB
CMYK
RGB Variations
Color information
#CE96D3 (or 0xCE96D3) is known color: Lilac. HEX triplet: CE, 96 and D3. RGB value is (206,150,211). Sum of RGB (Red+Green+Blue) = 206+150+211=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE96D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96D3 is #31692C. Grayscale: #ADADAD. Windows color (decimal): -3238189 or 13866702. OLE color: 13866702.
HSL color Cylindrical-coordinate representation of color #CE96D3: hue angle of 295.08º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE96D3 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 150 | 211 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.17 |
| HSL | 295.08º | 0.41% | 0.71% | - |
| HSV(B) | 295.08º | 0.29% | 0.83% | - |
| XYZ | 48.12 | 39.64 | 66.74 | - |
| YUV | 173.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 211 | 0.02 | 0.29 | 0 | 0.17 | 295.08 | 0.41 | 0.71 |
| Hex | CE | 96 | D3 | 2 | 1D | 0 | 11 | 127 | 29 | 47 |
| Octal | 316 | 226 | 323 | 2 | 35 | 0 | 21 | 447 | 51 | 107 |
| Binary | 11001110 | 10010110 | 11010011 | 10 | 11101 | 0 | 10001 | 100100111 | 101001 | 1000111 |
Color Harmonies of #CE96D3
Complementary color
Monochromatic Colors of #CE96D3
Black with #CE96D3
Text Example
Text Example
White with #CE96D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE96D3; }
p { color: rgb(206,150,211); }
H1.HeaderClassName
{
color: #CE96D3;
}
.AnyTagClassName
{
color: #CE96D3;
}
</style>
background-color css
<style>
a { background-color: #CE96D3; }
a { background-color: rgb(206,150,211); }
div.DivClassName
{
background-color: #CE96D3;
}
.BgClassName
{
background-color: #CE96D3;
}
</style>
border-color css
<style>
span { border-color: #CE96D3; }
span { border-color: rgb(206,150,211); }
td.TdClassName
{
border-color: #CE96D3;
}
.TagClassName
{
border-color: #CE96D3;
}
</style>