Shades of Lily #CF9DB2
Tints of Lily #CF9DB2
RGB
CMYK
RGB Variations
Color information
#CF9DB2 (or 0xCF9DB2) is known color: Lily. HEX triplet: CF, 9D and B2. RGB value is (207,157,178). Sum of RGB (Red+Green+Blue) = 207+157+178=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9DB2 is #30624D. Grayscale: #AEAEAE. Windows color (decimal): -3170894 or 11705807. OLE color: 11705807.
HSL color Cylindrical-coordinate representation of color #CF9DB2: hue angle of 334.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9DB2 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 178 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.19 |
| HSL | 334.8º | 0.34% | 0.71% | - |
| HSV(B) | 334.8º | 0.24% | 0.81% | - |
| XYZ | 45.82 | 40.59 | 47.54 | - |
| YUV | 174.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 178 | 0 | 0.24 | 0.14 | 0.19 | 334.8 | 0.34 | 0.71 |
| Hex | CF | 9D | B2 | 0 | 18 | E | 13 | 14F | 22 | 47 |
| Octal | 317 | 235 | 262 | 0 | 30 | 16 | 23 | 517 | 42 | 107 |
| Binary | 11001111 | 10011101 | 10110010 | 0 | 11000 | 1110 | 10011 | 101001111 | 100010 | 1000111 |
Color Harmonies of #CF9DB2
Complementary color
Monochromatic Colors of #CF9DB2
Black with #CF9DB2
Text Example
Text Example
White with #CF9DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DB2; }
p { color: rgb(207,157,178); }
H1.HeaderClassName
{
color: #CF9DB2;
}
.AnyTagClassName
{
color: #CF9DB2;
}
</style>
background-color css
<style>
a { background-color: #CF9DB2; }
a { background-color: rgb(207,157,178); }
div.DivClassName
{
background-color: #CF9DB2;
}
.BgClassName
{
background-color: #CF9DB2;
}
</style>
border-color css
<style>
span { border-color: #CF9DB2; }
span { border-color: rgb(207,157,178); }
td.TdClassName
{
border-color: #CF9DB2;
}
.TagClassName
{
border-color: #CF9DB2;
}
</style>