Shades of Lilac #CE8BD2
Tints of Lilac #CE8BD2
RGB
CMYK
RGB Variations
Color information
#CE8BD2 (or 0xCE8BD2) is known color: Lilac. HEX triplet: CE, 8B and D2. RGB value is (206,139,210). Sum of RGB (Red+Green+Blue) = 206+139+210=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE8BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BD2 is #31742D. Grayscale: #A6A6A6. Windows color (decimal): -3241006 or 13798350. OLE color: 13798350.
HSL color Cylindrical-coordinate representation of color #CE8BD2: hue angle of 296.62º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE8BD2 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 139 | 210 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.18 |
| HSL | 296.62º | 0.44% | 0.68% | - |
| HSV(B) | 296.62º | 0.34% | 0.82% | - |
| XYZ | 46.32 | 36.24 | 65.53 | - |
| YUV | 167.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 210 | 0.02 | 0.34 | 0 | 0.18 | 296.62 | 0.44 | 0.68 |
| Hex | CE | 8B | D2 | 2 | 22 | 0 | 12 | 129 | 2C | 44 |
| Octal | 316 | 213 | 322 | 2 | 42 | 0 | 22 | 451 | 54 | 104 |
| Binary | 11001110 | 10001011 | 11010010 | 10 | 100010 | 0 | 10010 | 100101001 | 101100 | 1000100 |
Color Harmonies of #CE8BD2
Complementary color
Monochromatic Colors of #CE8BD2
Black with #CE8BD2
Text Example
Text Example
White with #CE8BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BD2; }
p { color: rgb(206,139,210); }
H1.HeaderClassName
{
color: #CE8BD2;
}
.AnyTagClassName
{
color: #CE8BD2;
}
</style>
background-color css
<style>
a { background-color: #CE8BD2; }
a { background-color: rgb(206,139,210); }
div.DivClassName
{
background-color: #CE8BD2;
}
.BgClassName
{
background-color: #CE8BD2;
}
</style>
border-color css
<style>
span { border-color: #CE8BD2; }
span { border-color: rgb(206,139,210); }
td.TdClassName
{
border-color: #CE8BD2;
}
.TagClassName
{
border-color: #CE8BD2;
}
</style>