Shades of Lily #CE88BB
Tints of Lily #CE88BB
RGB
CMYK
RGB Variations
Color information
#CE88BB (or 0xCE88BB) is known color: Lily. HEX triplet: CE, 88 and BB. RGB value is (206,136,187). Sum of RGB (Red+Green+Blue) = 206+136+187=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE88BB is #317744. Grayscale: #A2A2A2. Windows color (decimal): -3241797 or 12290254. OLE color: 12290254.
HSL color Cylindrical-coordinate representation of color #CE88BB: hue angle of 316.29º 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 #CE88BB is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 187 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.19 |
| HSL | 316.29º | 0.42% | 0.67% | - |
| HSV(B) | 316.29º | 0.34% | 0.81% | - |
| XYZ | 43.23 | 34.32 | 51.36 | - |
| YUV | 162.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 187 | 0 | 0.34 | 0.09 | 0.19 | 316.29 | 0.42 | 0.67 |
| Hex | CE | 88 | BB | 0 | 22 | 9 | 13 | 13C | 2A | 43 |
| Octal | 316 | 210 | 273 | 0 | 42 | 11 | 23 | 474 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10111011 | 0 | 100010 | 1001 | 10011 | 100111100 | 101010 | 1000011 |
Color Harmonies of #CE88BB
Complementary color
Monochromatic Colors of #CE88BB
Black with #CE88BB
Text Example
Text Example
White with #CE88BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE88BB; }
p { color: rgb(206,136,187); }
H1.HeaderClassName
{
color: #CE88BB;
}
.AnyTagClassName
{
color: #CE88BB;
}
</style>
background-color css
<style>
a { background-color: #CE88BB; }
a { background-color: rgb(206,136,187); }
div.DivClassName
{
background-color: #CE88BB;
}
.BgClassName
{
background-color: #CE88BB;
}
</style>
border-color css
<style>
span { border-color: #CE88BB; }
span { border-color: rgb(206,136,187); }
td.TdClassName
{
border-color: #CE88BB;
}
.TagClassName
{
border-color: #CE88BB;
}
</style>