Shades of Lily #CEA2B6
Tints of Lily #CEA2B6
RGB
CMYK
RGB Variations
Color information
#CEA2B6 (or 0xCEA2B6) is known color: Lily. HEX triplet: CE, A2 and B6. RGB value is (206,162,182). Sum of RGB (Red+Green+Blue) = 206+162+182=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2B6 is #315D49. Grayscale: #B1B1B1. Windows color (decimal): -3235146 or 11969230. OLE color: 11969230.
HSL color Cylindrical-coordinate representation of color #CEA2B6: hue angle of 332.73º 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 #CEA2B6 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 182 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.19 |
| HSL | 332.73º | 0.31% | 0.72% | - |
| HSV(B) | 332.73º | 0.21% | 0.81% | - |
| XYZ | 46.82 | 42.34 | 49.96 | - |
| YUV | 177.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 182 | 0 | 0.21 | 0.12 | 0.19 | 332.73 | 0.31 | 0.72 |
| Hex | CE | A2 | B6 | 0 | 15 | C | 13 | 14D | 1F | 48 |
| Octal | 316 | 242 | 266 | 0 | 25 | 14 | 23 | 515 | 37 | 110 |
| Binary | 11001110 | 10100010 | 10110110 | 0 | 10101 | 1100 | 10011 | 101001101 | 11111 | 1001000 |
Color Harmonies of #CEA2B6
Complementary color
Monochromatic Colors of #CEA2B6
Black with #CEA2B6
Text Example
Text Example
White with #CEA2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2B6; }
p { color: rgb(206,162,182); }
H1.HeaderClassName
{
color: #CEA2B6;
}
.AnyTagClassName
{
color: #CEA2B6;
}
</style>
background-color css
<style>
a { background-color: #CEA2B6; }
a { background-color: rgb(206,162,182); }
div.DivClassName
{
background-color: #CEA2B6;
}
.BgClassName
{
background-color: #CEA2B6;
}
</style>
border-color css
<style>
span { border-color: #CEA2B6; }
span { border-color: rgb(206,162,182); }
td.TdClassName
{
border-color: #CEA2B6;
}
.TagClassName
{
border-color: #CEA2B6;
}
</style>