Shades of Lily #CEA2B9
Tints of Lily #CEA2B9
RGB
CMYK
RGB Variations
Color information
#CEA2B9 (or 0xCEA2B9) is known color: Lily. HEX triplet: CE, A2 and B9. RGB value is (206,162,185). Sum of RGB (Red+Green+Blue) = 206+162+185=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2B9 is #315D46. Grayscale: #B1B1B1. Windows color (decimal): -3235143 or 12165838. OLE color: 12165838.
HSL color Cylindrical-coordinate representation of color #CEA2B9: hue angle of 328.64º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA2B9 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 185 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.19 |
| HSL | 328.64º | 0.31% | 0.72% | - |
| HSV(B) | 328.64º | 0.21% | 0.81% | - |
| XYZ | 47.13 | 42.47 | 51.61 | - |
| YUV | 177.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 185 | 0 | 0.21 | 0.10 | 0.19 | 328.64 | 0.31 | 0.72 |
| Hex | CE | A2 | B9 | 0 | 15 | A | 13 | 149 | 1F | 48 |
| Octal | 316 | 242 | 271 | 0 | 25 | 12 | 23 | 511 | 37 | 110 |
| Binary | 11001110 | 10100010 | 10111001 | 0 | 10101 | 1010 | 10011 | 101001001 | 11111 | 1001000 |
Color Harmonies of #CEA2B9
Complementary color
Monochromatic Colors of #CEA2B9
Black with #CEA2B9
Text Example
Text Example
White with #CEA2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2B9; }
p { color: rgb(206,162,185); }
H1.HeaderClassName
{
color: #CEA2B9;
}
.AnyTagClassName
{
color: #CEA2B9;
}
</style>
background-color css
<style>
a { background-color: #CEA2B9; }
a { background-color: rgb(206,162,185); }
div.DivClassName
{
background-color: #CEA2B9;
}
.BgClassName
{
background-color: #CEA2B9;
}
</style>
border-color css
<style>
span { border-color: #CEA2B9; }
span { border-color: rgb(206,162,185); }
td.TdClassName
{
border-color: #CEA2B9;
}
.TagClassName
{
border-color: #CEA2B9;
}
</style>