Shades of Lilac #CEB1CB
Tints of Lilac #CEB1CB
RGB
CMYK
RGB Variations
Color information
#CEB1CB (or 0xCEB1CB) is known color: Lilac. HEX triplet: CE, B1 and CB. RGB value is (206,177,203). Sum of RGB (Red+Green+Blue) = 206+177+203=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1CB is #314E34. Grayscale: #BCBCBC. Windows color (decimal): -3231285 or 13349326. OLE color: 13349326.
HSL color Cylindrical-coordinate representation of color #CEB1CB: hue angle of 306.21º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB1CB is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 203 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.19 |
| HSL | 306.21º | 0.23% | 0.75% | - |
| HSV(B) | 306.21º | 0.14% | 0.81% | - |
| XYZ | 51.96 | 48.88 | 63.2 | - |
| YUV | 188.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 203 | 0 | 0.14 | 0.01 | 0.19 | 306.21 | 0.23 | 0.75 |
| Hex | CE | B1 | CB | 0 | E | 1 | 13 | 132 | 17 | 4B |
| Octal | 316 | 261 | 313 | 0 | 16 | 1 | 23 | 462 | 27 | 113 |
| Binary | 11001110 | 10110001 | 11001011 | 0 | 1110 | 1 | 10011 | 100110010 | 10111 | 1001011 |
Color Harmonies of #CEB1CB
Complementary color
Monochromatic Colors of #CEB1CB
Black with #CEB1CB
Text Example
Text Example
White with #CEB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB1CB; }
p { color: rgb(206,177,203); }
H1.HeaderClassName
{
color: #CEB1CB;
}
.AnyTagClassName
{
color: #CEB1CB;
}
</style>
background-color css
<style>
a { background-color: #CEB1CB; }
a { background-color: rgb(206,177,203); }
div.DivClassName
{
background-color: #CEB1CB;
}
.BgClassName
{
background-color: #CEB1CB;
}
</style>
border-color css
<style>
span { border-color: #CEB1CB; }
span { border-color: rgb(206,177,203); }
td.TdClassName
{
border-color: #CEB1CB;
}
.TagClassName
{
border-color: #CEB1CB;
}
</style>