Shades of Lilac #CE9BCB
Tints of Lilac #CE9BCB
RGB
CMYK
RGB Variations
Color information
#CE9BCB (or 0xCE9BCB) is known color: Lilac. HEX triplet: CE, 9B and CB. RGB value is (206,155,203). Sum of RGB (Red+Green+Blue) = 206+155+203=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BCB is #316434. Grayscale: #AFAFAF. Windows color (decimal): -3236917 or 13343694. OLE color: 13343694.
HSL color Cylindrical-coordinate representation of color #CE9BCB: hue angle of 303.53º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CE9BCB is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 203 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.19 |
| HSL | 303.53º | 0.34% | 0.71% | - |
| HSV(B) | 303.53º | 0.25% | 0.81% | - |
| XYZ | 47.95 | 40.88 | 61.86 | - |
| YUV | 175.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 203 | 0 | 0.25 | 0.01 | 0.19 | 303.53 | 0.34 | 0.71 |
| Hex | CE | 9B | CB | 0 | 19 | 1 | 13 | 130 | 22 | 47 |
| Octal | 316 | 233 | 313 | 0 | 31 | 1 | 23 | 460 | 42 | 107 |
| Binary | 11001110 | 10011011 | 11001011 | 0 | 11001 | 1 | 10011 | 100110000 | 100010 | 1000111 |
Color Harmonies of #CE9BCB
Complementary color
Monochromatic Colors of #CE9BCB
Black with #CE9BCB
Text Example
Text Example
White with #CE9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9BCB; }
p { color: rgb(206,155,203); }
H1.HeaderClassName
{
color: #CE9BCB;
}
.AnyTagClassName
{
color: #CE9BCB;
}
</style>
background-color css
<style>
a { background-color: #CE9BCB; }
a { background-color: rgb(206,155,203); }
div.DivClassName
{
background-color: #CE9BCB;
}
.BgClassName
{
background-color: #CE9BCB;
}
</style>
border-color css
<style>
span { border-color: #CE9BCB; }
span { border-color: rgb(206,155,203); }
td.TdClassName
{
border-color: #CE9BCB;
}
.TagClassName
{
border-color: #CE9BCB;
}
</style>