Shades of Lilac #CEA3D2
Tints of Lilac #CEA3D2
RGB
CMYK
RGB Variations
Color information
#CEA3D2 (or 0xCEA3D2) is known color: Lilac. HEX triplet: CE, A3 and D2. RGB value is (206,163,210). Sum of RGB (Red+Green+Blue) = 206+163+210=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEA3D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3D2 is #315C2D. Grayscale: #B5B5B5. Windows color (decimal): -3234862 or 13804494. OLE color: 13804494.
HSL color Cylindrical-coordinate representation of color #CEA3D2: hue angle of 294.89º degrees, saturation: 0.34, 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 #CEA3D2 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 163 | 210 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.18 |
| HSL | 294.89º | 0.34% | 0.73% | - |
| HSV(B) | 294.89º | 0.22% | 0.82% | - |
| XYZ | 50.18 | 43.97 | 66.81 | - |
| YUV | 181.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 210 | 0.02 | 0.22 | 0 | 0.18 | 294.89 | 0.34 | 0.73 |
| Hex | CE | A3 | D2 | 2 | 16 | 0 | 12 | 127 | 22 | 49 |
| Octal | 316 | 243 | 322 | 2 | 26 | 0 | 22 | 447 | 42 | 111 |
| Binary | 11001110 | 10100011 | 11010010 | 10 | 10110 | 0 | 10010 | 100100111 | 100010 | 1001001 |
Color Harmonies of #CEA3D2
Complementary color
Monochromatic Colors of #CEA3D2
Black with #CEA3D2
Text Example
Text Example
White with #CEA3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3D2; }
p { color: rgb(206,163,210); }
H1.HeaderClassName
{
color: #CEA3D2;
}
.AnyTagClassName
{
color: #CEA3D2;
}
</style>
background-color css
<style>
a { background-color: #CEA3D2; }
a { background-color: rgb(206,163,210); }
div.DivClassName
{
background-color: #CEA3D2;
}
.BgClassName
{
background-color: #CEA3D2;
}
</style>
border-color css
<style>
span { border-color: #CEA3D2; }
span { border-color: rgb(206,163,210); }
td.TdClassName
{
border-color: #CEA3D2;
}
.TagClassName
{
border-color: #CEA3D2;
}
</style>