Shades of Lilac #CEA5C9
Tints of Lilac #CEA5C9
RGB
CMYK
RGB Variations
Color information
#CEA5C9 (or 0xCEA5C9) is known color: Lilac. HEX triplet: CE, A5 and C9. RGB value is (206,165,201). Sum of RGB (Red+Green+Blue) = 206+165+201=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5C9 is #315A36. Grayscale: #B5B5B5. Windows color (decimal): -3234359 or 13215182. OLE color: 13215182.
HSL color Cylindrical-coordinate representation of color #CEA5C9: hue angle of 307.32º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA5C9 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 201 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.19 |
| HSL | 307.32º | 0.29% | 0.73% | - |
| HSV(B) | 307.32º | 0.2% | 0.81% | - |
| XYZ | 49.45 | 44.25 | 61.19 | - |
| YUV | 181.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 201 | 0 | 0.20 | 0.02 | 0.19 | 307.32 | 0.29 | 0.73 |
| Hex | CE | A5 | C9 | 0 | 14 | 2 | 13 | 133 | 1D | 49 |
| Octal | 316 | 245 | 311 | 0 | 24 | 2 | 23 | 463 | 35 | 111 |
| Binary | 11001110 | 10100101 | 11001001 | 0 | 10100 | 10 | 10011 | 100110011 | 11101 | 1001001 |
Color Harmonies of #CEA5C9
Complementary color
Monochromatic Colors of #CEA5C9
Black with #CEA5C9
Text Example
Text Example
White with #CEA5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA5C9; }
p { color: rgb(206,165,201); }
H1.HeaderClassName
{
color: #CEA5C9;
}
.AnyTagClassName
{
color: #CEA5C9;
}
</style>
background-color css
<style>
a { background-color: #CEA5C9; }
a { background-color: rgb(206,165,201); }
div.DivClassName
{
background-color: #CEA5C9;
}
.BgClassName
{
background-color: #CEA5C9;
}
</style>
border-color css
<style>
span { border-color: #CEA5C9; }
span { border-color: rgb(206,165,201); }
td.TdClassName
{
border-color: #CEA5C9;
}
.TagClassName
{
border-color: #CEA5C9;
}
</style>