Shades of Lilac #CEA8CE
Tints of Lilac #CEA8CE
RGB
CMYK
RGB Variations
Color information
#CEA8CE (or 0xCEA8CE) is known color: Lilac. HEX triplet: CE, A8 and CE. RGB value is (206,168,206). Sum of RGB (Red+Green+Blue) = 206+168+206=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8CE is #315731. Grayscale: #B7B7B7. Windows color (decimal): -3233586 or 13543630. OLE color: 13543630.
HSL color Cylindrical-coordinate representation of color #CEA8CE: hue angle of 300º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA8CE is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 168 | 206 | - |
CMYK | 0 | 0.18 | 0 | 0.19 |
HSL | 300º | 0.28% | 0.73% | - |
HSV(B) | 300º | 0.18% | 0.81% | - |
XYZ | 50.6 | 45.58 | 64.52 | - |
YUV | 183.69 | 140.59 | 143.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 168 | 206 | 0 | 0.18 | 0 | 0.19 | 300 | 0.28 | 0.73 |
Hex | CE | A8 | CE | 0 | 12 | 0 | 13 | 12C | 1C | 49 |
Octal | 316 | 250 | 316 | 0 | 22 | 0 | 23 | 454 | 34 | 111 |
Binary | 11001110 | 10101000 | 11001110 | 0 | 10010 | 0 | 10011 | 100101100 | 11100 | 1001001 |
Color Harmonies of #CEA8CE
Complementary color
Monochromatic Colors of #CEA8CE
Black with #CEA8CE
Text Example
Text Example
White with #CEA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8CE; }
p { color: rgb(206,168,206); }
H1.HeaderClassName
{
color: #CEA8CE;
}
.AnyTagClassName
{
color: #CEA8CE;
}
</style>
background-color css
<style>
a { background-color: #CEA8CE; }
a { background-color: rgb(206,168,206); }
div.DivClassName
{
background-color: #CEA8CE;
}
.BgClassName
{
background-color: #CEA8CE;
}
</style>
border-color css
<style>
span { border-color: #CEA8CE; }
span { border-color: rgb(206,168,206); }
td.TdClassName
{
border-color: #CEA8CE;
}
.TagClassName
{
border-color: #CEA8CE;
}
</style>