Shades of Lily #CE85B0
Tints of Lily #CE85B0
RGB
CMYK
RGB Variations
Color information
#CE85B0 (or 0xCE85B0) is known color: Lily. HEX triplet: CE, 85 and B0. RGB value is (206,133,176). Sum of RGB (Red+Green+Blue) = 206+133+176=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE85B0 is #317A4F. Grayscale: #9F9F9F. Windows color (decimal): -3242576 or 11568590. OLE color: 11568590.
HSL color Cylindrical-coordinate representation of color #CE85B0: hue angle of 324.66º 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 #CE85B0 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 176 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.19 |
| HSL | 324.66º | 0.43% | 0.66% | - |
| HSV(B) | 324.66º | 0.35% | 0.81% | - |
| XYZ | 41.68 | 33.03 | 45.25 | - |
| YUV | 159.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 176 | 0 | 0.35 | 0.15 | 0.19 | 324.66 | 0.43 | 0.66 |
| Hex | CE | 85 | B0 | 0 | 23 | F | 13 | 145 | 2B | 42 |
| Octal | 316 | 205 | 260 | 0 | 43 | 17 | 23 | 505 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10110000 | 0 | 100011 | 1111 | 10011 | 101000101 | 101011 | 1000010 |
Color Harmonies of #CE85B0
Complementary color
Monochromatic Colors of #CE85B0
Black with #CE85B0
Text Example
Text Example
White with #CE85B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85B0; }
p { color: rgb(206,133,176); }
H1.HeaderClassName
{
color: #CE85B0;
}
.AnyTagClassName
{
color: #CE85B0;
}
</style>
background-color css
<style>
a { background-color: #CE85B0; }
a { background-color: rgb(206,133,176); }
div.DivClassName
{
background-color: #CE85B0;
}
.BgClassName
{
background-color: #CE85B0;
}
</style>
border-color css
<style>
span { border-color: #CE85B0; }
span { border-color: rgb(206,133,176); }
td.TdClassName
{
border-color: #CE85B0;
}
.TagClassName
{
border-color: #CE85B0;
}
</style>