Shades of Lilac #CEB3CB
Tints of Lilac #CEB3CB
RGB
CMYK
RGB Variations
Color information
#CEB3CB (or 0xCEB3CB) is known color: Lilac. HEX triplet: CE, B3 and CB. RGB value is (206,179,203). Sum of RGB (Red+Green+Blue) = 206+179+203=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3CB is #314C34. Grayscale: #BDBDBD. Windows color (decimal): -3230773 or 13349838. OLE color: 13349838.
HSL color Cylindrical-coordinate representation of color #CEB3CB: hue angle of 306.67º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB3CB is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 203 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.19 |
| HSL | 306.67º | 0.22% | 0.75% | - |
| HSV(B) | 306.67º | 0.13% | 0.81% | - |
| XYZ | 52.35 | 49.67 | 63.33 | - |
| YUV | 189.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 203 | 0 | 0.13 | 0.01 | 0.19 | 306.67 | 0.22 | 0.75 |
| Hex | CE | B3 | CB | 0 | D | 1 | 13 | 133 | 16 | 4B |
| Octal | 316 | 263 | 313 | 0 | 15 | 1 | 23 | 463 | 26 | 113 |
| Binary | 11001110 | 10110011 | 11001011 | 0 | 1101 | 1 | 10011 | 100110011 | 10110 | 1001011 |
Color Harmonies of #CEB3CB
Complementary color
Monochromatic Colors of #CEB3CB
Black with #CEB3CB
Text Example
Text Example
White with #CEB3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3CB; }
p { color: rgb(206,179,203); }
H1.HeaderClassName
{
color: #CEB3CB;
}
.AnyTagClassName
{
color: #CEB3CB;
}
</style>
background-color css
<style>
a { background-color: #CEB3CB; }
a { background-color: rgb(206,179,203); }
div.DivClassName
{
background-color: #CEB3CB;
}
.BgClassName
{
background-color: #CEB3CB;
}
</style>
border-color css
<style>
span { border-color: #CEB3CB; }
span { border-color: rgb(206,179,203); }
td.TdClassName
{
border-color: #CEB3CB;
}
.TagClassName
{
border-color: #CEB3CB;
}
</style>