Shades of Lilac #CEA0C7
Tints of Lilac #CEA0C7
RGB
CMYK
RGB Variations
Color information
#CEA0C7 (or 0xCEA0C7) is known color: Lilac. HEX triplet: CE, A0 and C7. RGB value is (206,160,199). Sum of RGB (Red+Green+Blue) = 206+160+199=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0C7 is #315F38. Grayscale: #B2B2B2. Windows color (decimal): -3235641 or 13082830. OLE color: 13082830.
HSL color Cylindrical-coordinate representation of color #CEA0C7: hue angle of 309.13º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA0C7 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 199 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.19 |
| HSL | 309.13º | 0.32% | 0.72% | - |
| HSV(B) | 309.13º | 0.22% | 0.81% | - |
| XYZ | 48.33 | 42.39 | 59.67 | - |
| YUV | 178.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 199 | 0 | 0.22 | 0.03 | 0.19 | 309.13 | 0.32 | 0.72 |
| Hex | CE | A0 | C7 | 0 | 16 | 3 | 13 | 135 | 20 | 48 |
| Octal | 316 | 240 | 307 | 0 | 26 | 3 | 23 | 465 | 40 | 110 |
| Binary | 11001110 | 10100000 | 11000111 | 0 | 10110 | 11 | 10011 | 100110101 | 100000 | 1001000 |
Color Harmonies of #CEA0C7
Complementary color
Monochromatic Colors of #CEA0C7
Black with #CEA0C7
Text Example
Text Example
White with #CEA0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0C7; }
p { color: rgb(206,160,199); }
H1.HeaderClassName
{
color: #CEA0C7;
}
.AnyTagClassName
{
color: #CEA0C7;
}
</style>
background-color css
<style>
a { background-color: #CEA0C7; }
a { background-color: rgb(206,160,199); }
div.DivClassName
{
background-color: #CEA0C7;
}
.BgClassName
{
background-color: #CEA0C7;
}
</style>
border-color css
<style>
span { border-color: #CEA0C7; }
span { border-color: rgb(206,160,199); }
td.TdClassName
{
border-color: #CEA0C7;
}
.TagClassName
{
border-color: #CEA0C7;
}
</style>