Shades of Lily #CEA7B9
Tints of Lily #CEA7B9
RGB
CMYK
RGB Variations
Color information
#CEA7B9 (or 0xCEA7B9) is known color: Lily. HEX triplet: CE, A7 and B9. RGB value is (206,167,185). Sum of RGB (Red+Green+Blue) = 206+167+185=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7B9 is #315846. Grayscale: #B4B4B4. Windows color (decimal): -3233863 or 12167118. OLE color: 12167118.
HSL color Cylindrical-coordinate representation of color #CEA7B9: hue angle of 332.31º degrees, saturation: 0.28, 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 #CEA7B9 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 185 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.19 |
| HSL | 332.31º | 0.28% | 0.73% | - |
| HSV(B) | 332.31º | 0.19% | 0.81% | - |
| XYZ | 48.03 | 44.26 | 51.91 | - |
| YUV | 180.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 185 | 0 | 0.19 | 0.10 | 0.19 | 332.31 | 0.28 | 0.73 |
| Hex | CE | A7 | B9 | 0 | 13 | A | 13 | 14C | 1C | 49 |
| Octal | 316 | 247 | 271 | 0 | 23 | 12 | 23 | 514 | 34 | 111 |
| Binary | 11001110 | 10100111 | 10111001 | 0 | 10011 | 1010 | 10011 | 101001100 | 11100 | 1001001 |
Color Harmonies of #CEA7B9
Complementary color
Monochromatic Colors of #CEA7B9
Black with #CEA7B9
Text Example
Text Example
White with #CEA7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7B9; }
p { color: rgb(206,167,185); }
H1.HeaderClassName
{
color: #CEA7B9;
}
.AnyTagClassName
{
color: #CEA7B9;
}
</style>
background-color css
<style>
a { background-color: #CEA7B9; }
a { background-color: rgb(206,167,185); }
div.DivClassName
{
background-color: #CEA7B9;
}
.BgClassName
{
background-color: #CEA7B9;
}
</style>
border-color css
<style>
span { border-color: #CEA7B9; }
span { border-color: rgb(206,167,185); }
td.TdClassName
{
border-color: #CEA7B9;
}
.TagClassName
{
border-color: #CEA7B9;
}
</style>