Shades of Lily #CEA8B9
Tints of Lily #CEA8B9
RGB
CMYK
RGB Variations
Color information
#CEA8B9 (or 0xCEA8B9) is known color: Lily. HEX triplet: CE, A8 and B9. RGB value is (206,168,185). Sum of RGB (Red+Green+Blue) = 206+168+185=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8B9 is #315746. Grayscale: #B5B5B5. Windows color (decimal): -3233607 or 12167374. OLE color: 12167374.
HSL color Cylindrical-coordinate representation of color #CEA8B9: hue angle of 333.16º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA8B9 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 185 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.19 |
| HSL | 333.16º | 0.28% | 0.73% | - |
| HSV(B) | 333.16º | 0.18% | 0.81% | - |
| XYZ | 48.21 | 44.63 | 51.97 | - |
| YUV | 181.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 185 | 0 | 0.18 | 0.10 | 0.19 | 333.16 | 0.28 | 0.73 |
| Hex | CE | A8 | B9 | 0 | 12 | A | 13 | 14D | 1C | 49 |
| Octal | 316 | 250 | 271 | 0 | 22 | 12 | 23 | 515 | 34 | 111 |
| Binary | 11001110 | 10101000 | 10111001 | 0 | 10010 | 1010 | 10011 | 101001101 | 11100 | 1001001 |
Color Harmonies of #CEA8B9
Complementary color
Monochromatic Colors of #CEA8B9
Black with #CEA8B9
Text Example
Text Example
White with #CEA8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8B9; }
p { color: rgb(206,168,185); }
H1.HeaderClassName
{
color: #CEA8B9;
}
.AnyTagClassName
{
color: #CEA8B9;
}
</style>
background-color css
<style>
a { background-color: #CEA8B9; }
a { background-color: rgb(206,168,185); }
div.DivClassName
{
background-color: #CEA8B9;
}
.BgClassName
{
background-color: #CEA8B9;
}
</style>
border-color css
<style>
span { border-color: #CEA8B9; }
span { border-color: rgb(206,168,185); }
td.TdClassName
{
border-color: #CEA8B9;
}
.TagClassName
{
border-color: #CEA8B9;
}
</style>