Shades of Lily #CEA0B2
Tints of Lily #CEA0B2
RGB
CMYK
RGB Variations
Color information
#CEA0B2 (or 0xCEA0B2) is known color: Lily. HEX triplet: CE, A0 and B2. RGB value is (206,160,178). Sum of RGB (Red+Green+Blue) = 206+160+178=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA0B2 is #315F4D. Grayscale: #AFAFAF. Windows color (decimal): -3235662 or 11706574. OLE color: 11706574.
HSL color Cylindrical-coordinate representation of color #CEA0B2: hue angle of 336.52º 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 #CEA0B2 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 178 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.19 |
| HSL | 336.52º | 0.32% | 0.72% | - |
| HSV(B) | 336.52º | 0.22% | 0.81% | - |
| XYZ | 46.06 | 41.48 | 47.7 | - |
| YUV | 175.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 178 | 0 | 0.22 | 0.14 | 0.19 | 336.52 | 0.32 | 0.72 |
| Hex | CE | A0 | B2 | 0 | 16 | E | 13 | 151 | 20 | 48 |
| Octal | 316 | 240 | 262 | 0 | 26 | 16 | 23 | 521 | 40 | 110 |
| Binary | 11001110 | 10100000 | 10110010 | 0 | 10110 | 1110 | 10011 | 101010001 | 100000 | 1001000 |
Color Harmonies of #CEA0B2
Complementary color
Monochromatic Colors of #CEA0B2
Black with #CEA0B2
Text Example
Text Example
White with #CEA0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0B2; }
p { color: rgb(206,160,178); }
H1.HeaderClassName
{
color: #CEA0B2;
}
.AnyTagClassName
{
color: #CEA0B2;
}
</style>
background-color css
<style>
a { background-color: #CEA0B2; }
a { background-color: rgb(206,160,178); }
div.DivClassName
{
background-color: #CEA0B2;
}
.BgClassName
{
background-color: #CEA0B2;
}
</style>
border-color css
<style>
span { border-color: #CEA0B2; }
span { border-color: rgb(206,160,178); }
td.TdClassName
{
border-color: #CEA0B2;
}
.TagClassName
{
border-color: #CEA0B2;
}
</style>