Shades of Lily #CF9EB8
Tints of Lily #CF9EB8
RGB
CMYK
RGB Variations
Color information
#CF9EB8 (or 0xCF9EB8) is known color: Lily. HEX triplet: CF, 9E and B8. RGB value is (207,158,184). Sum of RGB (Red+Green+Blue) = 207+158+184=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EB8 is #306147. Grayscale: #AFAFAF. Windows color (decimal): -3170632 or 12099279. OLE color: 12099279.
HSL color Cylindrical-coordinate representation of color #CF9EB8: hue angle of 328.16º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9EB8 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 184 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.19 |
| HSL | 328.16º | 0.34% | 0.72% | - |
| HSV(B) | 328.16º | 0.24% | 0.81% | - |
| XYZ | 46.61 | 41.18 | 50.84 | - |
| YUV | 175.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 184 | 0 | 0.24 | 0.11 | 0.19 | 328.16 | 0.34 | 0.72 |
| Hex | CF | 9E | B8 | 0 | 18 | B | 13 | 148 | 22 | 48 |
| Octal | 317 | 236 | 270 | 0 | 30 | 13 | 23 | 510 | 42 | 110 |
| Binary | 11001111 | 10011110 | 10111000 | 0 | 11000 | 1011 | 10011 | 101001000 | 100010 | 1001000 |
Color Harmonies of #CF9EB8
Complementary color
Monochromatic Colors of #CF9EB8
Black with #CF9EB8
Text Example
Text Example
White with #CF9EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9EB8; }
p { color: rgb(207,158,184); }
H1.HeaderClassName
{
color: #CF9EB8;
}
.AnyTagClassName
{
color: #CF9EB8;
}
</style>
background-color css
<style>
a { background-color: #CF9EB8; }
a { background-color: rgb(207,158,184); }
div.DivClassName
{
background-color: #CF9EB8;
}
.BgClassName
{
background-color: #CF9EB8;
}
</style>
border-color css
<style>
span { border-color: #CF9EB8; }
span { border-color: rgb(207,158,184); }
td.TdClassName
{
border-color: #CF9EB8;
}
.TagClassName
{
border-color: #CF9EB8;
}
</style>