Shades of Lily #CEA0B1
Tints of Lily #CEA0B1
RGB
CMYK
RGB Variations
Color information
#CEA0B1 (or 0xCEA0B1) is known color: Lily. HEX triplet: CE, A0 and B1. RGB value is (206,160,177). Sum of RGB (Red+Green+Blue) = 206+160+177=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA0B1 is #315F4E. Grayscale: #AFAFAF. Windows color (decimal): -3235663 or 11641038. OLE color: 11641038.
HSL color Cylindrical-coordinate representation of color #CEA0B1: hue angle of 337.83º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA0B1 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 177 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.19 |
| HSL | 337.83º | 0.32% | 0.72% | - |
| HSV(B) | 337.83º | 0.22% | 0.81% | - |
| XYZ | 45.96 | 41.44 | 47.17 | - |
| YUV | 175.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 177 | 0 | 0.22 | 0.14 | 0.19 | 337.83 | 0.32 | 0.72 |
| Hex | CE | A0 | B1 | 0 | 16 | E | 13 | 152 | 20 | 48 |
| Octal | 316 | 240 | 261 | 0 | 26 | 16 | 23 | 522 | 40 | 110 |
| Binary | 11001110 | 10100000 | 10110001 | 0 | 10110 | 1110 | 10011 | 101010010 | 100000 | 1001000 |
Color Harmonies of #CEA0B1
Complementary color
Monochromatic Colors of #CEA0B1
Black with #CEA0B1
Text Example
Text Example
White with #CEA0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0B1; }
p { color: rgb(206,160,177); }
H1.HeaderClassName
{
color: #CEA0B1;
}
.AnyTagClassName
{
color: #CEA0B1;
}
</style>
background-color css
<style>
a { background-color: #CEA0B1; }
a { background-color: rgb(206,160,177); }
div.DivClassName
{
background-color: #CEA0B1;
}
.BgClassName
{
background-color: #CEA0B1;
}
</style>
border-color css
<style>
span { border-color: #CEA0B1; }
span { border-color: rgb(206,160,177); }
td.TdClassName
{
border-color: #CEA0B1;
}
.TagClassName
{
border-color: #CEA0B1;
}
</style>