Shades of Lily #CE85B6
Tints of Lily #CE85B6
RGB
CMYK
RGB Variations
Color information
#CE85B6 (or 0xCE85B6) is known color: Lily. HEX triplet: CE, 85 and B6. RGB value is (206,133,182). Sum of RGB (Red+Green+Blue) = 206+133+182=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85B6 is #317A49. Grayscale: #A0A0A0. Windows color (decimal): -3242570 or 11961806. OLE color: 11961806.
HSL color Cylindrical-coordinate representation of color #CE85B6: hue angle of 319.73º 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 #CE85B6 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 182 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.19 |
| HSL | 319.73º | 0.43% | 0.66% | - |
| HSV(B) | 319.73º | 0.35% | 0.81% | - |
| XYZ | 42.28 | 33.27 | 48.45 | - |
| YUV | 160.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 182 | 0 | 0.35 | 0.12 | 0.19 | 319.73 | 0.43 | 0.66 |
| Hex | CE | 85 | B6 | 0 | 23 | C | 13 | 140 | 2B | 42 |
| Octal | 316 | 205 | 266 | 0 | 43 | 14 | 23 | 500 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10110110 | 0 | 100011 | 1100 | 10011 | 101000000 | 101011 | 1000010 |
Color Harmonies of #CE85B6
Complementary color
Monochromatic Colors of #CE85B6
Black with #CE85B6
Text Example
Text Example
White with #CE85B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85B6; }
p { color: rgb(206,133,182); }
H1.HeaderClassName
{
color: #CE85B6;
}
.AnyTagClassName
{
color: #CE85B6;
}
</style>
background-color css
<style>
a { background-color: #CE85B6; }
a { background-color: rgb(206,133,182); }
div.DivClassName
{
background-color: #CE85B6;
}
.BgClassName
{
background-color: #CE85B6;
}
</style>
border-color css
<style>
span { border-color: #CE85B6; }
span { border-color: rgb(206,133,182); }
td.TdClassName
{
border-color: #CE85B6;
}
.TagClassName
{
border-color: #CE85B6;
}
</style>