Shades of Lily #CEA6B9
Tints of Lily #CEA6B9
RGB
CMYK
RGB Variations
Color information
#CEA6B9 (or 0xCEA6B9) is known color: Lily. HEX triplet: CE, A6 and B9. RGB value is (206,166,185). Sum of RGB (Red+Green+Blue) = 206+166+185=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6B9 is #315946. Grayscale: #B4B4B4. Windows color (decimal): -3234119 or 12166862. OLE color: 12166862.
HSL color Cylindrical-coordinate representation of color #CEA6B9: hue angle of 331.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA6B9 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 185 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.19 |
| HSL | 331.5º | 0.29% | 0.73% | - |
| HSV(B) | 331.5º | 0.19% | 0.81% | - |
| XYZ | 47.85 | 43.9 | 51.85 | - |
| YUV | 180.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 185 | 0 | 0.19 | 0.10 | 0.19 | 331.5 | 0.29 | 0.73 |
| Hex | CE | A6 | B9 | 0 | 13 | A | 13 | 14C | 1D | 49 |
| Octal | 316 | 246 | 271 | 0 | 23 | 12 | 23 | 514 | 35 | 111 |
| Binary | 11001110 | 10100110 | 10111001 | 0 | 10011 | 1010 | 10011 | 101001100 | 11101 | 1001001 |
Color Harmonies of #CEA6B9
Complementary color
Monochromatic Colors of #CEA6B9
Black with #CEA6B9
Text Example
Text Example
White with #CEA6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA6B9; }
p { color: rgb(206,166,185); }
H1.HeaderClassName
{
color: #CEA6B9;
}
.AnyTagClassName
{
color: #CEA6B9;
}
</style>
background-color css
<style>
a { background-color: #CEA6B9; }
a { background-color: rgb(206,166,185); }
div.DivClassName
{
background-color: #CEA6B9;
}
.BgClassName
{
background-color: #CEA6B9;
}
</style>
border-color css
<style>
span { border-color: #CEA6B9; }
span { border-color: rgb(206,166,185); }
td.TdClassName
{
border-color: #CEA6B9;
}
.TagClassName
{
border-color: #CEA6B9;
}
</style>