Shades of Lilac #CEA4D0
Tints of Lilac #CEA4D0
RGB
CMYK
RGB Variations
Color information
#CEA4D0 (or 0xCEA4D0) is known color: Lilac. HEX triplet: CE, A4 and D0. RGB value is (206,164,208). Sum of RGB (Red+Green+Blue) = 206+164+208=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEA4D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4D0 is #315B2F. Grayscale: #B5B5B5. Windows color (decimal): -3234608 or 13673678. OLE color: 13673678.
HSL color Cylindrical-coordinate representation of color #CEA4D0: hue angle of 297.27º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA4D0 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 164 | 208 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.18 |
| HSL | 297.27º | 0.32% | 0.73% | - |
| HSV(B) | 297.27º | 0.21% | 0.82% | - |
| XYZ | 50.11 | 44.23 | 65.57 | - |
| YUV | 181.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 208 | 0.01 | 0.21 | 0 | 0.18 | 297.27 | 0.32 | 0.73 |
| Hex | CE | A4 | D0 | 1 | 15 | 0 | 12 | 129 | 20 | 49 |
| Octal | 316 | 244 | 320 | 1 | 25 | 0 | 22 | 451 | 40 | 111 |
| Binary | 11001110 | 10100100 | 11010000 | 1 | 10101 | 0 | 10010 | 100101001 | 100000 | 1001001 |
Color Harmonies of #CEA4D0
Complementary color
Monochromatic Colors of #CEA4D0
Black with #CEA4D0
Text Example
Text Example
White with #CEA4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4D0; }
p { color: rgb(206,164,208); }
H1.HeaderClassName
{
color: #CEA4D0;
}
.AnyTagClassName
{
color: #CEA4D0;
}
</style>
background-color css
<style>
a { background-color: #CEA4D0; }
a { background-color: rgb(206,164,208); }
div.DivClassName
{
background-color: #CEA4D0;
}
.BgClassName
{
background-color: #CEA4D0;
}
</style>
border-color css
<style>
span { border-color: #CEA4D0; }
span { border-color: rgb(206,164,208); }
td.TdClassName
{
border-color: #CEA4D0;
}
.TagClassName
{
border-color: #CEA4D0;
}
</style>