Shades of Lilac #CEA2CB
Tints of Lilac #CEA2CB
RGB
CMYK
RGB Variations
Color information
#CEA2CB (or 0xCEA2CB) is known color: Lilac. HEX triplet: CE, A2 and CB. RGB value is (206,162,203). Sum of RGB (Red+Green+Blue) = 206+162+203=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2CB is #315D34. Grayscale: #B3B3B3. Windows color (decimal): -3235125 or 13345486. OLE color: 13345486.
HSL color Cylindrical-coordinate representation of color #CEA2CB: hue angle of 304.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA2CB is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 203 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.19 |
| HSL | 304.09º | 0.31% | 0.72% | - |
| HSV(B) | 304.09º | 0.21% | 0.81% | - |
| XYZ | 49.15 | 43.27 | 62.26 | - |
| YUV | 179.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 203 | 0 | 0.21 | 0.01 | 0.19 | 304.09 | 0.31 | 0.72 |
| Hex | CE | A2 | CB | 0 | 15 | 1 | 13 | 130 | 1F | 48 |
| Octal | 316 | 242 | 313 | 0 | 25 | 1 | 23 | 460 | 37 | 110 |
| Binary | 11001110 | 10100010 | 11001011 | 0 | 10101 | 1 | 10011 | 100110000 | 11111 | 1001000 |
Color Harmonies of #CEA2CB
Complementary color
Monochromatic Colors of #CEA2CB
Black with #CEA2CB
Text Example
Text Example
White with #CEA2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2CB; }
p { color: rgb(206,162,203); }
H1.HeaderClassName
{
color: #CEA2CB;
}
.AnyTagClassName
{
color: #CEA2CB;
}
</style>
background-color css
<style>
a { background-color: #CEA2CB; }
a { background-color: rgb(206,162,203); }
div.DivClassName
{
background-color: #CEA2CB;
}
.BgClassName
{
background-color: #CEA2CB;
}
</style>
border-color css
<style>
span { border-color: #CEA2CB; }
span { border-color: rgb(206,162,203); }
td.TdClassName
{
border-color: #CEA2CB;
}
.TagClassName
{
border-color: #CEA2CB;
}
</style>