Shades of Lily #CE85B4
Tints of Lily #CE85B4
RGB
CMYK
RGB Variations
Color information
#CE85B4 (or 0xCE85B4) is known color: Lily. HEX triplet: CE, 85 and B4. RGB value is (206,133,180). Sum of RGB (Red+Green+Blue) = 206+133+180=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85B4 is #317A4B. Grayscale: #A0A0A0. Windows color (decimal): -3242572 or 11830734. OLE color: 11830734.
HSL color Cylindrical-coordinate representation of color #CE85B4: hue angle of 321.37º 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 #CE85B4 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 180 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.19 |
| HSL | 321.37º | 0.43% | 0.66% | - |
| HSV(B) | 321.37º | 0.35% | 0.81% | - |
| XYZ | 42.08 | 33.19 | 47.37 | - |
| YUV | 160.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 180 | 0 | 0.35 | 0.13 | 0.19 | 321.37 | 0.43 | 0.66 |
| Hex | CE | 85 | B4 | 0 | 23 | D | 13 | 141 | 2B | 42 |
| Octal | 316 | 205 | 264 | 0 | 43 | 15 | 23 | 501 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10110100 | 0 | 100011 | 1101 | 10011 | 101000001 | 101011 | 1000010 |
Color Harmonies of #CE85B4
Complementary color
Monochromatic Colors of #CE85B4
Black with #CE85B4
Text Example
Text Example
White with #CE85B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85B4; }
p { color: rgb(206,133,180); }
H1.HeaderClassName
{
color: #CE85B4;
}
.AnyTagClassName
{
color: #CE85B4;
}
</style>
background-color css
<style>
a { background-color: #CE85B4; }
a { background-color: rgb(206,133,180); }
div.DivClassName
{
background-color: #CE85B4;
}
.BgClassName
{
background-color: #CE85B4;
}
</style>
border-color css
<style>
span { border-color: #CE85B4; }
span { border-color: rgb(206,133,180); }
td.TdClassName
{
border-color: #CE85B4;
}
.TagClassName
{
border-color: #CE85B4;
}
</style>