Shades of Lilac #CE86BF
Tints of Lilac #CE86BF
RGB
CMYK
RGB Variations
Color information
#CE86BF (or 0xCE86BF) is known color: Lilac. HEX triplet: CE, 86 and BF. RGB value is (206,134,191). Sum of RGB (Red+Green+Blue) = 206+134+191=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86BF is #317940. Grayscale: #A1A1A1. Windows color (decimal): -3242305 or 12551886. OLE color: 12551886.
HSL color Cylindrical-coordinate representation of color #CE86BF: hue angle of 312.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE86BF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 191 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.19 |
| HSL | 312.5º | 0.42% | 0.67% | - |
| HSV(B) | 312.5º | 0.35% | 0.81% | - |
| XYZ | 43.38 | 33.93 | 53.55 | - |
| YUV | 162.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 191 | 0 | 0.35 | 0.07 | 0.19 | 312.5 | 0.42 | 0.67 |
| Hex | CE | 86 | BF | 0 | 23 | 7 | 13 | 138 | 2A | 43 |
| Octal | 316 | 206 | 277 | 0 | 43 | 7 | 23 | 470 | 52 | 103 |
| Binary | 11001110 | 10000110 | 10111111 | 0 | 100011 | 111 | 10011 | 100111000 | 101010 | 1000011 |
Color Harmonies of #CE86BF
Complementary color
Monochromatic Colors of #CE86BF
Black with #CE86BF
Text Example
Text Example
White with #CE86BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE86BF; }
p { color: rgb(206,134,191); }
H1.HeaderClassName
{
color: #CE86BF;
}
.AnyTagClassName
{
color: #CE86BF;
}
</style>
background-color css
<style>
a { background-color: #CE86BF; }
a { background-color: rgb(206,134,191); }
div.DivClassName
{
background-color: #CE86BF;
}
.BgClassName
{
background-color: #CE86BF;
}
</style>
border-color css
<style>
span { border-color: #CE86BF; }
span { border-color: rgb(206,134,191); }
td.TdClassName
{
border-color: #CE86BF;
}
.TagClassName
{
border-color: #CE86BF;
}
</style>