Shades of Lilac #CE8ED0
Tints of Lilac #CE8ED0
RGB
CMYK
RGB Variations
Color information
#CE8ED0 (or 0xCE8ED0) is known color: Lilac. HEX triplet: CE, 8E and D0. RGB value is (206,142,208). Sum of RGB (Red+Green+Blue) = 206+142+208=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE8ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8ED0 is #31712F. Grayscale: #A8A8A8. Windows color (decimal): -3240240 or 13668046. OLE color: 13668046.
HSL color Cylindrical-coordinate representation of color #CE8ED0: hue angle of 298.18º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8ED0 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 142 | 208 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.18 |
| HSL | 298.18º | 0.41% | 0.69% | - |
| HSV(B) | 298.18º | 0.32% | 0.82% | - |
| XYZ | 46.51 | 37.02 | 64.37 | - |
| YUV | 168.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 142 | 208 | 0.01 | 0.32 | 0 | 0.18 | 298.18 | 0.41 | 0.69 |
| Hex | CE | 8E | D0 | 1 | 20 | 0 | 12 | 12A | 29 | 45 |
| Octal | 316 | 216 | 320 | 1 | 40 | 0 | 22 | 452 | 51 | 105 |
| Binary | 11001110 | 10001110 | 11010000 | 1 | 100000 | 0 | 10010 | 100101010 | 101001 | 1000101 |
Color Harmonies of #CE8ED0
Complementary color
Monochromatic Colors of #CE8ED0
Black with #CE8ED0
Text Example
Text Example
White with #CE8ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8ED0; }
p { color: rgb(206,142,208); }
H1.HeaderClassName
{
color: #CE8ED0;
}
.AnyTagClassName
{
color: #CE8ED0;
}
</style>
background-color css
<style>
a { background-color: #CE8ED0; }
a { background-color: rgb(206,142,208); }
div.DivClassName
{
background-color: #CE8ED0;
}
.BgClassName
{
background-color: #CE8ED0;
}
</style>
border-color css
<style>
span { border-color: #CE8ED0; }
span { border-color: rgb(206,142,208); }
td.TdClassName
{
border-color: #CE8ED0;
}
.TagClassName
{
border-color: #CE8ED0;
}
</style>