Shades of Lilac #CEA2D2
Tints of Lilac #CEA2D2
RGB
CMYK
RGB Variations
Color information
#CEA2D2 (or 0xCEA2D2) is known color: Lilac. HEX triplet: CE, A2 and D2. RGB value is (206,162,210). Sum of RGB (Red+Green+Blue) = 206+162+210=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEA2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2D2 is #315D2D. Grayscale: #B4B4B4. Windows color (decimal): -3235118 or 13804238. OLE color: 13804238.
HSL color Cylindrical-coordinate representation of color #CEA2D2: hue angle of 295º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA2D2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 162 | 210 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.18 |
| HSL | 295º | 0.35% | 0.73% | - |
| HSV(B) | 295º | 0.23% | 0.82% | - |
| XYZ | 50.01 | 43.62 | 66.76 | - |
| YUV | 180.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 210 | 0.02 | 0.23 | 0 | 0.18 | 295 | 0.35 | 0.73 |
| Hex | CE | A2 | D2 | 2 | 17 | 0 | 12 | 127 | 23 | 49 |
| Octal | 316 | 242 | 322 | 2 | 27 | 0 | 22 | 447 | 43 | 111 |
| Binary | 11001110 | 10100010 | 11010010 | 10 | 10111 | 0 | 10010 | 100100111 | 100011 | 1001001 |
Color Harmonies of #CEA2D2
Complementary color
Monochromatic Colors of #CEA2D2
Black with #CEA2D2
Text Example
Text Example
White with #CEA2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2D2; }
p { color: rgb(206,162,210); }
H1.HeaderClassName
{
color: #CEA2D2;
}
.AnyTagClassName
{
color: #CEA2D2;
}
</style>
background-color css
<style>
a { background-color: #CEA2D2; }
a { background-color: rgb(206,162,210); }
div.DivClassName
{
background-color: #CEA2D2;
}
.BgClassName
{
background-color: #CEA2D2;
}
</style>
border-color css
<style>
span { border-color: #CEA2D2; }
span { border-color: rgb(206,162,210); }
td.TdClassName
{
border-color: #CEA2D2;
}
.TagClassName
{
border-color: #CEA2D2;
}
</style>