Shades of Lily #CE84AF
Tints of Lily #CE84AF
RGB
CMYK
RGB Variations
Color information
#CE84AF (or 0xCE84AF) is known color: Lily. HEX triplet: CE, 84 and AF. RGB value is (206,132,175). Sum of RGB (Red+Green+Blue) = 206+132+175=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE84AF is #317B50. Grayscale: #9E9E9E. Windows color (decimal): -3242833 or 11502798. OLE color: 11502798.
HSL color Cylindrical-coordinate representation of color #CE84AF: hue angle of 325.14º 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 #CE84AF is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 175 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.19 |
| HSL | 325.14º | 0.43% | 0.66% | - |
| HSV(B) | 325.14º | 0.36% | 0.81% | - |
| XYZ | 41.44 | 32.72 | 44.69 | - |
| YUV | 159.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 175 | 0 | 0.36 | 0.15 | 0.19 | 325.14 | 0.43 | 0.66 |
| Hex | CE | 84 | AF | 0 | 24 | F | 13 | 145 | 2B | 42 |
| Octal | 316 | 204 | 257 | 0 | 44 | 17 | 23 | 505 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10101111 | 0 | 100100 | 1111 | 10011 | 101000101 | 101011 | 1000010 |
Color Harmonies of #CE84AF
Complementary color
Monochromatic Colors of #CE84AF
Black with #CE84AF
Text Example
Text Example
White with #CE84AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84AF; }
p { color: rgb(206,132,175); }
H1.HeaderClassName
{
color: #CE84AF;
}
.AnyTagClassName
{
color: #CE84AF;
}
</style>
background-color css
<style>
a { background-color: #CE84AF; }
a { background-color: rgb(206,132,175); }
div.DivClassName
{
background-color: #CE84AF;
}
.BgClassName
{
background-color: #CE84AF;
}
</style>
border-color css
<style>
span { border-color: #CE84AF; }
span { border-color: rgb(206,132,175); }
td.TdClassName
{
border-color: #CE84AF;
}
.TagClassName
{
border-color: #CE84AF;
}
</style>