Shades of Lilac #CE9ACE
Tints of Lilac #CE9ACE
RGB
CMYK
RGB Variations
Color information
#CE9ACE (or 0xCE9ACE) is known color: Lilac. HEX triplet: CE, 9A and CE. RGB value is (206,154,206). Sum of RGB (Red+Green+Blue) = 206+154+206=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ACE is #316531. Grayscale: #AFAFAF. Windows color (decimal): -3237170 or 13540046. OLE color: 13540046.
HSL color Cylindrical-coordinate representation of color #CE9ACE: hue angle of 300º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CE9ACE is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 206 | - |
| CMYK | 0 | 0.25 | 0 | 0.19 |
| HSL | 300º | 0.35% | 0.71% | - |
| HSV(B) | 300º | 0.25% | 0.81% | - |
| XYZ | 48.15 | 40.69 | 63.71 | - |
| YUV | 175.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 206 | 0 | 0.25 | 0 | 0.19 | 300 | 0.35 | 0.71 |
| Hex | CE | 9A | CE | 0 | 19 | 0 | 13 | 12C | 23 | 47 |
| Octal | 316 | 232 | 316 | 0 | 31 | 0 | 23 | 454 | 43 | 107 |
| Binary | 11001110 | 10011010 | 11001110 | 0 | 11001 | 0 | 10011 | 100101100 | 100011 | 1000111 |
Color Harmonies of #CE9ACE
Complementary color
Monochromatic Colors of #CE9ACE
Black with #CE9ACE
Text Example
Text Example
White with #CE9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9ACE; }
p { color: rgb(206,154,206); }
H1.HeaderClassName
{
color: #CE9ACE;
}
.AnyTagClassName
{
color: #CE9ACE;
}
</style>
background-color css
<style>
a { background-color: #CE9ACE; }
a { background-color: rgb(206,154,206); }
div.DivClassName
{
background-color: #CE9ACE;
}
.BgClassName
{
background-color: #CE9ACE;
}
</style>
border-color css
<style>
span { border-color: #CE9ACE; }
span { border-color: rgb(206,154,206); }
td.TdClassName
{
border-color: #CE9ACE;
}
.TagClassName
{
border-color: #CE9ACE;
}
</style>