Shades of Lilac #CEA0CB
Tints of Lilac #CEA0CB
RGB
CMYK
RGB Variations
Color information
#CEA0CB (or 0xCEA0CB) is known color: Lilac. HEX triplet: CE, A0 and CB. RGB value is (206,160,203). Sum of RGB (Red+Green+Blue) = 206+160+203=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0CB is #315F34. Grayscale: #B2B2B2. Windows color (decimal): -3235637 or 13344974. OLE color: 13344974.
HSL color Cylindrical-coordinate representation of color #CEA0CB: hue angle of 303.91º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA0CB is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 203 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.19 |
| HSL | 303.91º | 0.32% | 0.72% | - |
| HSV(B) | 303.91º | 0.22% | 0.81% | - |
| XYZ | 48.8 | 42.58 | 62.15 | - |
| YUV | 178.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 203 | 0 | 0.22 | 0.01 | 0.19 | 303.91 | 0.32 | 0.72 |
| Hex | CE | A0 | CB | 0 | 16 | 1 | 13 | 130 | 20 | 48 |
| Octal | 316 | 240 | 313 | 0 | 26 | 1 | 23 | 460 | 40 | 110 |
| Binary | 11001110 | 10100000 | 11001011 | 0 | 10110 | 1 | 10011 | 100110000 | 100000 | 1001000 |
Color Harmonies of #CEA0CB
Complementary color
Monochromatic Colors of #CEA0CB
Black with #CEA0CB
Text Example
Text Example
White with #CEA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0CB; }
p { color: rgb(206,160,203); }
H1.HeaderClassName
{
color: #CEA0CB;
}
.AnyTagClassName
{
color: #CEA0CB;
}
</style>
background-color css
<style>
a { background-color: #CEA0CB; }
a { background-color: rgb(206,160,203); }
div.DivClassName
{
background-color: #CEA0CB;
}
.BgClassName
{
background-color: #CEA0CB;
}
</style>
border-color css
<style>
span { border-color: #CEA0CB; }
span { border-color: rgb(206,160,203); }
td.TdClassName
{
border-color: #CEA0CB;
}
.TagClassName
{
border-color: #CEA0CB;
}
</style>