Shades of Lilac #CEA8CF
Tints of Lilac #CEA8CF
RGB
CMYK
RGB Variations
Color information
#CEA8CF (or 0xCEA8CF) is known color: Lilac. HEX triplet: CE, A8 and CF. RGB value is (206,168,207). Sum of RGB (Red+Green+Blue) = 206+168+207=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEA8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8CF is #315730. Grayscale: #B7B7B7. Windows color (decimal): -3233585 or 13609166. OLE color: 13609166.
HSL color Cylindrical-coordinate representation of color #CEA8CF: hue angle of 298.46º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA8CF is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 207 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.19 |
| HSL | 298.46º | 0.29% | 0.74% | - |
| HSV(B) | 298.46º | 0.19% | 0.81% | - |
| XYZ | 50.72 | 45.63 | 65.17 | - |
| YUV | 183.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 207 | 0.00 | 0.19 | 0 | 0.19 | 298.46 | 0.29 | 0.74 |
| Hex | CE | A8 | CF | 0 | 13 | 0 | 13 | 12A | 1D | 4A |
| Octal | 316 | 250 | 317 | 0 | 23 | 0 | 23 | 452 | 35 | 112 |
| Binary | 11001110 | 10101000 | 11001111 | 0 | 10011 | 0 | 10011 | 100101010 | 11101 | 1001010 |
Color Harmonies of #CEA8CF
Complementary color
Monochromatic Colors of #CEA8CF
Black with #CEA8CF
Text Example
Text Example
White with #CEA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8CF; }
p { color: rgb(206,168,207); }
H1.HeaderClassName
{
color: #CEA8CF;
}
.AnyTagClassName
{
color: #CEA8CF;
}
</style>
background-color css
<style>
a { background-color: #CEA8CF; }
a { background-color: rgb(206,168,207); }
div.DivClassName
{
background-color: #CEA8CF;
}
.BgClassName
{
background-color: #CEA8CF;
}
</style>
border-color css
<style>
span { border-color: #CEA8CF; }
span { border-color: rgb(206,168,207); }
td.TdClassName
{
border-color: #CEA8CF;
}
.TagClassName
{
border-color: #CEA8CF;
}
</style>