Shades of Lily #CE88B4
Tints of Lily #CE88B4
RGB
CMYK
RGB Variations
Color information
#CE88B4 (or 0xCE88B4) is known color: Lily. HEX triplet: CE, 88 and B4. RGB value is (206,136,180). Sum of RGB (Red+Green+Blue) = 206+136+180=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE88B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE88B4 is #31774B. Grayscale: #A1A1A1. Windows color (decimal): -3241804 or 11831502. OLE color: 11831502.
HSL color Cylindrical-coordinate representation of color #CE88B4: hue angle of 322.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 #CE88B4 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 180 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.19 |
| HSL | 322.29º | 0.42% | 0.67% | - |
| HSV(B) | 322.29º | 0.34% | 0.81% | - |
| XYZ | 42.5 | 34.03 | 47.51 | - |
| YUV | 161.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 180 | 0 | 0.34 | 0.13 | 0.19 | 322.29 | 0.42 | 0.67 |
| Hex | CE | 88 | B4 | 0 | 22 | D | 13 | 142 | 2A | 43 |
| Octal | 316 | 210 | 264 | 0 | 42 | 15 | 23 | 502 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10110100 | 0 | 100010 | 1101 | 10011 | 101000010 | 101010 | 1000011 |
Color Harmonies of #CE88B4
Complementary color
Monochromatic Colors of #CE88B4
Black with #CE88B4
Text Example
Text Example
White with #CE88B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE88B4; }
p { color: rgb(206,136,180); }
H1.HeaderClassName
{
color: #CE88B4;
}
.AnyTagClassName
{
color: #CE88B4;
}
</style>
background-color css
<style>
a { background-color: #CE88B4; }
a { background-color: rgb(206,136,180); }
div.DivClassName
{
background-color: #CE88B4;
}
.BgClassName
{
background-color: #CE88B4;
}
</style>
border-color css
<style>
span { border-color: #CE88B4; }
span { border-color: rgb(206,136,180); }
td.TdClassName
{
border-color: #CE88B4;
}
.TagClassName
{
border-color: #CE88B4;
}
</style>