Shades of Lily #CE87BA
Tints of Lily #CE87BA
RGB
CMYK
RGB Variations
Color information
#CE87BA (or 0xCE87BA) is known color: Lily. HEX triplet: CE, 87 and BA. RGB value is (206,135,186). Sum of RGB (Red+Green+Blue) = 206+135+186=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE87BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE87BA is #317845. Grayscale: #A1A1A1. Windows color (decimal): -3242054 or 12224462. OLE color: 12224462.
HSL color Cylindrical-coordinate representation of color #CE87BA: hue angle of 316.9º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE87BA is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 186 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.19 |
| HSL | 316.9º | 0.42% | 0.67% | - |
| HSV(B) | 316.9º | 0.34% | 0.81% | - |
| XYZ | 42.98 | 33.99 | 50.75 | - |
| YUV | 162.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 186 | 0 | 0.34 | 0.10 | 0.19 | 316.9 | 0.42 | 0.67 |
| Hex | CE | 87 | BA | 0 | 22 | A | 13 | 13D | 2A | 43 |
| Octal | 316 | 207 | 272 | 0 | 42 | 12 | 23 | 475 | 52 | 103 |
| Binary | 11001110 | 10000111 | 10111010 | 0 | 100010 | 1010 | 10011 | 100111101 | 101010 | 1000011 |
Color Harmonies of #CE87BA
Complementary color
Monochromatic Colors of #CE87BA
Black with #CE87BA
Text Example
Text Example
White with #CE87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE87BA; }
p { color: rgb(206,135,186); }
H1.HeaderClassName
{
color: #CE87BA;
}
.AnyTagClassName
{
color: #CE87BA;
}
</style>
background-color css
<style>
a { background-color: #CE87BA; }
a { background-color: rgb(206,135,186); }
div.DivClassName
{
background-color: #CE87BA;
}
.BgClassName
{
background-color: #CE87BA;
}
</style>
border-color css
<style>
span { border-color: #CE87BA; }
span { border-color: rgb(206,135,186); }
td.TdClassName
{
border-color: #CE87BA;
}
.TagClassName
{
border-color: #CE87BA;
}
</style>