Shades of Lily #CE84B9
Tints of Lily #CE84B9
RGB
CMYK
RGB Variations
Color information
#CE84B9 (or 0xCE84B9) is known color: Lily. HEX triplet: CE, 84 and B9. RGB value is (206,132,185). Sum of RGB (Red+Green+Blue) = 206+132+185=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84B9 is #317B46. Grayscale: #A0A0A0. Windows color (decimal): -3242823 or 12158158. OLE color: 12158158.
HSL color Cylindrical-coordinate representation of color #CE84B9: hue angle of 317.03º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE84B9 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 185 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.19 |
| HSL | 317.03º | 0.43% | 0.66% | - |
| HSV(B) | 317.03º | 0.36% | 0.81% | - |
| XYZ | 42.46 | 33.13 | 50.06 | - |
| YUV | 160.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 185 | 0 | 0.36 | 0.10 | 0.19 | 317.03 | 0.43 | 0.66 |
| Hex | CE | 84 | B9 | 0 | 24 | A | 13 | 13D | 2B | 42 |
| Octal | 316 | 204 | 271 | 0 | 44 | 12 | 23 | 475 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10111001 | 0 | 100100 | 1010 | 10011 | 100111101 | 101011 | 1000010 |
Color Harmonies of #CE84B9
Complementary color
Monochromatic Colors of #CE84B9
Black with #CE84B9
Text Example
Text Example
White with #CE84B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84B9; }
p { color: rgb(206,132,185); }
H1.HeaderClassName
{
color: #CE84B9;
}
.AnyTagClassName
{
color: #CE84B9;
}
</style>
background-color css
<style>
a { background-color: #CE84B9; }
a { background-color: rgb(206,132,185); }
div.DivClassName
{
background-color: #CE84B9;
}
.BgClassName
{
background-color: #CE84B9;
}
</style>
border-color css
<style>
span { border-color: #CE84B9; }
span { border-color: rgb(206,132,185); }
td.TdClassName
{
border-color: #CE84B9;
}
.TagClassName
{
border-color: #CE84B9;
}
</style>