Shades of Lilac #CEA2D0
Tints of Lilac #CEA2D0
RGB
CMYK
RGB Variations
Color information
#CEA2D0 (or 0xCEA2D0) is known color: Lilac. HEX triplet: CE, A2 and D0. RGB value is (206,162,208). Sum of RGB (Red+Green+Blue) = 206+162+208=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2D0 is #315D2F. Grayscale: #B4B4B4. Windows color (decimal): -3235120 or 13673166. OLE color: 13673166.
HSL color Cylindrical-coordinate representation of color #CEA2D0: hue angle of 297.39º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA2D0 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 162 | 208 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.18 |
| HSL | 297.39º | 0.33% | 0.73% | - |
| HSV(B) | 297.39º | 0.22% | 0.82% | - |
| XYZ | 49.76 | 43.52 | 65.45 | - |
| YUV | 180.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 208 | 0.01 | 0.22 | 0 | 0.18 | 297.39 | 0.33 | 0.73 |
| Hex | CE | A2 | D0 | 1 | 16 | 0 | 12 | 129 | 21 | 49 |
| Octal | 316 | 242 | 320 | 1 | 26 | 0 | 22 | 451 | 41 | 111 |
| Binary | 11001110 | 10100010 | 11010000 | 1 | 10110 | 0 | 10010 | 100101001 | 100001 | 1001001 |
Color Harmonies of #CEA2D0
Complementary color
Monochromatic Colors of #CEA2D0
Black with #CEA2D0
Text Example
Text Example
White with #CEA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2D0; }
p { color: rgb(206,162,208); }
H1.HeaderClassName
{
color: #CEA2D0;
}
.AnyTagClassName
{
color: #CEA2D0;
}
</style>
background-color css
<style>
a { background-color: #CEA2D0; }
a { background-color: rgb(206,162,208); }
div.DivClassName
{
background-color: #CEA2D0;
}
.BgClassName
{
background-color: #CEA2D0;
}
</style>
border-color css
<style>
span { border-color: #CEA2D0; }
span { border-color: rgb(206,162,208); }
td.TdClassName
{
border-color: #CEA2D0;
}
.TagClassName
{
border-color: #CEA2D0;
}
</style>