Shades of Lily #CEA2BB
Tints of Lily #CEA2BB
RGB
CMYK
RGB Variations
Color information
#CEA2BB (or 0xCEA2BB) is known color: Lily. HEX triplet: CE, A2 and BB. RGB value is (206,162,187). Sum of RGB (Red+Green+Blue) = 206+162+187=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2BB is #315D44. Grayscale: #B1B1B1. Windows color (decimal): -3235141 or 12296910. OLE color: 12296910.
HSL color Cylindrical-coordinate representation of color #CEA2BB: hue angle of 325.91º 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 #CEA2BB is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 187 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.19 |
| HSL | 325.91º | 0.31% | 0.72% | - |
| HSV(B) | 325.91º | 0.21% | 0.81% | - |
| XYZ | 47.34 | 42.55 | 52.73 | - |
| YUV | 178.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 187 | 0 | 0.21 | 0.09 | 0.19 | 325.91 | 0.31 | 0.72 |
| Hex | CE | A2 | BB | 0 | 15 | 9 | 13 | 146 | 1F | 48 |
| Octal | 316 | 242 | 273 | 0 | 25 | 11 | 23 | 506 | 37 | 110 |
| Binary | 11001110 | 10100010 | 10111011 | 0 | 10101 | 1001 | 10011 | 101000110 | 11111 | 1001000 |
Color Harmonies of #CEA2BB
Complementary color
Monochromatic Colors of #CEA2BB
Black with #CEA2BB
Text Example
Text Example
White with #CEA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2BB; }
p { color: rgb(206,162,187); }
H1.HeaderClassName
{
color: #CEA2BB;
}
.AnyTagClassName
{
color: #CEA2BB;
}
</style>
background-color css
<style>
a { background-color: #CEA2BB; }
a { background-color: rgb(206,162,187); }
div.DivClassName
{
background-color: #CEA2BB;
}
.BgClassName
{
background-color: #CEA2BB;
}
</style>
border-color css
<style>
span { border-color: #CEA2BB; }
span { border-color: rgb(206,162,187); }
td.TdClassName
{
border-color: #CEA2BB;
}
.TagClassName
{
border-color: #CEA2BB;
}
</style>