Shades of Lilac #CEB0D1
Tints of Lilac #CEB0D1
RGB
CMYK
RGB Variations
Color information
#CEB0D1 (or 0xCEB0D1) is known color: Lilac. HEX triplet: CE, B0 and D1. RGB value is (206,176,209). Sum of RGB (Red+Green+Blue) = 206+176+209=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEB0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0D1 is #314F2E. Grayscale: #BCBCBC. Windows color (decimal): -3231535 or 13742286. OLE color: 13742286.
HSL color Cylindrical-coordinate representation of color #CEB0D1: hue angle of 294.55º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEB0D1 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 176 | 209 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.18 |
| HSL | 294.55º | 0.26% | 0.75% | - |
| HSV(B) | 294.55º | 0.16% | 0.82% | - |
| XYZ | 52.49 | 48.78 | 66.97 | - |
| YUV | 188.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 209 | 0.01 | 0.16 | 0 | 0.18 | 294.55 | 0.26 | 0.75 |
| Hex | CE | B0 | D1 | 1 | 10 | 0 | 12 | 127 | 1A | 4B |
| Octal | 316 | 260 | 321 | 1 | 20 | 0 | 22 | 447 | 32 | 113 |
| Binary | 11001110 | 10110000 | 11010001 | 1 | 10000 | 0 | 10010 | 100100111 | 11010 | 1001011 |
Color Harmonies of #CEB0D1
Complementary color
Monochromatic Colors of #CEB0D1
Black with #CEB0D1
Text Example
Text Example
White with #CEB0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0D1; }
p { color: rgb(206,176,209); }
H1.HeaderClassName
{
color: #CEB0D1;
}
.AnyTagClassName
{
color: #CEB0D1;
}
</style>
background-color css
<style>
a { background-color: #CEB0D1; }
a { background-color: rgb(206,176,209); }
div.DivClassName
{
background-color: #CEB0D1;
}
.BgClassName
{
background-color: #CEB0D1;
}
</style>
border-color css
<style>
span { border-color: #CEB0D1; }
span { border-color: rgb(206,176,209); }
td.TdClassName
{
border-color: #CEB0D1;
}
.TagClassName
{
border-color: #CEB0D1;
}
</style>