Shades of Lily #CE85BB
Tints of Lily #CE85BB
RGB
CMYK
RGB Variations
Color information
#CE85BB (or 0xCE85BB) is known color: Lily. HEX triplet: CE, 85 and BB. RGB value is (206,133,187). Sum of RGB (Red+Green+Blue) = 206+133+187=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85BB is #317A44. Grayscale: #A0A0A0. Windows color (decimal): -3242565 or 12289486. OLE color: 12289486.
HSL color Cylindrical-coordinate representation of color #CE85BB: hue angle of 315.62º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE85BB is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 187 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.19 |
| HSL | 315.62º | 0.43% | 0.66% | - |
| HSV(B) | 315.62º | 0.35% | 0.81% | - |
| XYZ | 42.81 | 33.48 | 51.22 | - |
| YUV | 160.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 187 | 0 | 0.35 | 0.09 | 0.19 | 315.62 | 0.43 | 0.66 |
| Hex | CE | 85 | BB | 0 | 23 | 9 | 13 | 13C | 2B | 42 |
| Octal | 316 | 205 | 273 | 0 | 43 | 11 | 23 | 474 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10111011 | 0 | 100011 | 1001 | 10011 | 100111100 | 101011 | 1000010 |
Color Harmonies of #CE85BB
Complementary color
Monochromatic Colors of #CE85BB
Black with #CE85BB
Text Example
Text Example
White with #CE85BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85BB; }
p { color: rgb(206,133,187); }
H1.HeaderClassName
{
color: #CE85BB;
}
.AnyTagClassName
{
color: #CE85BB;
}
</style>
background-color css
<style>
a { background-color: #CE85BB; }
a { background-color: rgb(206,133,187); }
div.DivClassName
{
background-color: #CE85BB;
}
.BgClassName
{
background-color: #CE85BB;
}
</style>
border-color css
<style>
span { border-color: #CE85BB; }
span { border-color: rgb(206,133,187); }
td.TdClassName
{
border-color: #CE85BB;
}
.TagClassName
{
border-color: #CE85BB;
}
</style>