Shades of Lily #CE88BD
Tints of Lily #CE88BD
RGB
CMYK
RGB Variations
Color information
#CE88BD (or 0xCE88BD) is known color: Lily. HEX triplet: CE, 88 and BD. RGB value is (206,136,189). Sum of RGB (Red+Green+Blue) = 206+136+189=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE88BD is #317742. Grayscale: #A2A2A2. Windows color (decimal): -3241795 or 12421326. OLE color: 12421326.
HSL color Cylindrical-coordinate representation of color #CE88BD: hue angle of 314.57º 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 #CE88BD is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 189 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.19 |
| HSL | 314.57º | 0.42% | 0.67% | - |
| HSV(B) | 314.57º | 0.34% | 0.81% | - |
| XYZ | 43.44 | 34.4 | 52.5 | - |
| YUV | 162.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 189 | 0 | 0.34 | 0.08 | 0.19 | 314.57 | 0.42 | 0.67 |
| Hex | CE | 88 | BD | 0 | 22 | 8 | 13 | 13B | 2A | 43 |
| Octal | 316 | 210 | 275 | 0 | 42 | 10 | 23 | 473 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10111101 | 0 | 100010 | 1000 | 10011 | 100111011 | 101010 | 1000011 |
Color Harmonies of #CE88BD
Complementary color
Monochromatic Colors of #CE88BD
Black with #CE88BD
Text Example
Text Example
White with #CE88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE88BD; }
p { color: rgb(206,136,189); }
H1.HeaderClassName
{
color: #CE88BD;
}
.AnyTagClassName
{
color: #CE88BD;
}
</style>
background-color css
<style>
a { background-color: #CE88BD; }
a { background-color: rgb(206,136,189); }
div.DivClassName
{
background-color: #CE88BD;
}
.BgClassName
{
background-color: #CE88BD;
}
</style>
border-color css
<style>
span { border-color: #CE88BD; }
span { border-color: rgb(206,136,189); }
td.TdClassName
{
border-color: #CE88BD;
}
.TagClassName
{
border-color: #CE88BD;
}
</style>