Shades of Lilac #CEA2CC
Tints of Lilac #CEA2CC
RGB
CMYK
RGB Variations
Color information
#CEA2CC (or 0xCEA2CC) is known color: Lilac. HEX triplet: CE, A2 and CC. RGB value is (206,162,204). Sum of RGB (Red+Green+Blue) = 206+162+204=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2CC is #315D33. Grayscale: #B3B3B3. Windows color (decimal): -3235124 or 13411022. OLE color: 13411022.
HSL color Cylindrical-coordinate representation of color #CEA2CC: hue angle of 302.73º 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 #CEA2CC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 204 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.19 |
| HSL | 302.73º | 0.31% | 0.72% | - |
| HSV(B) | 302.73º | 0.21% | 0.81% | - |
| XYZ | 49.27 | 43.32 | 62.89 | - |
| YUV | 179.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 204 | 0 | 0.21 | 0.01 | 0.19 | 302.73 | 0.31 | 0.72 |
| Hex | CE | A2 | CC | 0 | 15 | 1 | 13 | 12F | 1F | 48 |
| Octal | 316 | 242 | 314 | 0 | 25 | 1 | 23 | 457 | 37 | 110 |
| Binary | 11001110 | 10100010 | 11001100 | 0 | 10101 | 1 | 10011 | 100101111 | 11111 | 1001000 |
Color Harmonies of #CEA2CC
Complementary color
Monochromatic Colors of #CEA2CC
Black with #CEA2CC
Text Example
Text Example
White with #CEA2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2CC; }
p { color: rgb(206,162,204); }
H1.HeaderClassName
{
color: #CEA2CC;
}
.AnyTagClassName
{
color: #CEA2CC;
}
</style>
background-color css
<style>
a { background-color: #CEA2CC; }
a { background-color: rgb(206,162,204); }
div.DivClassName
{
background-color: #CEA2CC;
}
.BgClassName
{
background-color: #CEA2CC;
}
</style>
border-color css
<style>
span { border-color: #CEA2CC; }
span { border-color: rgb(206,162,204); }
td.TdClassName
{
border-color: #CEA2CC;
}
.TagClassName
{
border-color: #CEA2CC;
}
</style>