Shades of Lilac #CEA7CE
Tints of Lilac #CEA7CE
RGB
CMYK
RGB Variations
Color information
#CEA7CE (or 0xCEA7CE) is known color: Lilac. HEX triplet: CE, A7 and CE. RGB value is (206,167,206). Sum of RGB (Red+Green+Blue) = 206+167+206=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7CE is #315831. Grayscale: #B6B6B6. Windows color (decimal): -3233842 or 13543374. OLE color: 13543374.
HSL color Cylindrical-coordinate representation of color #CEA7CE: 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.19%. Process color model (Four color, CMYK) of #CEA7CE is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 206 | - |
| CMYK | 0 | 0.19 | 0 | 0.19 |
| HSL | 300º | 0.28% | 0.73% | - |
| HSV(B) | 300º | 0.19% | 0.81% | - |
| XYZ | 50.41 | 45.22 | 64.46 | - |
| YUV | 183.11 | 140.92 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 206 | 0 | 0.19 | 0 | 0.19 | 300 | 0.28 | 0.73 |
| Hex | CE | A7 | CE | 0 | 13 | 0 | 13 | 12C | 1C | 49 |
| Octal | 316 | 247 | 316 | 0 | 23 | 0 | 23 | 454 | 34 | 111 |
| Binary | 11001110 | 10100111 | 11001110 | 0 | 10011 | 0 | 10011 | 100101100 | 11100 | 1001001 |
Color Harmonies of #CEA7CE
Complementary color
Monochromatic Colors of #CEA7CE
Black with #CEA7CE
Text Example
Text Example
White with #CEA7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7CE; }
p { color: rgb(206,167,206); }
H1.HeaderClassName
{
color: #CEA7CE;
}
.AnyTagClassName
{
color: #CEA7CE;
}
</style>
background-color css
<style>
a { background-color: #CEA7CE; }
a { background-color: rgb(206,167,206); }
div.DivClassName
{
background-color: #CEA7CE;
}
.BgClassName
{
background-color: #CEA7CE;
}
</style>
border-color css
<style>
span { border-color: #CEA7CE; }
span { border-color: rgb(206,167,206); }
td.TdClassName
{
border-color: #CEA7CE;
}
.TagClassName
{
border-color: #CEA7CE;
}
</style>