Shades of Lilac #CEB0CB
Tints of Lilac #CEB0CB
RGB
CMYK
RGB Variations
Color information
#CEB0CB (or 0xCEB0CB) is known color: Lilac. HEX triplet: CE, B0 and CB. RGB value is (206,176,203). Sum of RGB (Red+Green+Blue) = 206+176+203=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0CB is #314F34. Grayscale: #BBBBBB. Windows color (decimal): -3231541 or 13349070. OLE color: 13349070.
HSL color Cylindrical-coordinate representation of color #CEB0CB: hue angle of 306º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB0CB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 203 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.19 |
| HSL | 306º | 0.23% | 0.75% | - |
| HSV(B) | 306º | 0.15% | 0.81% | - |
| XYZ | 51.76 | 48.48 | 63.13 | - |
| YUV | 188.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 203 | 0 | 0.15 | 0.01 | 0.19 | 306 | 0.23 | 0.75 |
| Hex | CE | B0 | CB | 0 | F | 1 | 13 | 132 | 17 | 4B |
| Octal | 316 | 260 | 313 | 0 | 17 | 1 | 23 | 462 | 27 | 113 |
| Binary | 11001110 | 10110000 | 11001011 | 0 | 1111 | 1 | 10011 | 100110010 | 10111 | 1001011 |
Color Harmonies of #CEB0CB
Complementary color
Monochromatic Colors of #CEB0CB
Black with #CEB0CB
Text Example
Text Example
White with #CEB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0CB; }
p { color: rgb(206,176,203); }
H1.HeaderClassName
{
color: #CEB0CB;
}
.AnyTagClassName
{
color: #CEB0CB;
}
</style>
background-color css
<style>
a { background-color: #CEB0CB; }
a { background-color: rgb(206,176,203); }
div.DivClassName
{
background-color: #CEB0CB;
}
.BgClassName
{
background-color: #CEB0CB;
}
</style>
border-color css
<style>
span { border-color: #CEB0CB; }
span { border-color: rgb(206,176,203); }
td.TdClassName
{
border-color: #CEB0CB;
}
.TagClassName
{
border-color: #CEB0CB;
}
</style>