Shades of Lily #CF9DB4
Tints of Lily #CF9DB4
RGB
CMYK
RGB Variations
Color information
#CF9DB4 (or 0xCF9DB4) is known color: Lily. HEX triplet: CF, 9D and B4. RGB value is (207,157,180). Sum of RGB (Red+Green+Blue) = 207+157+180=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DB4 is #30624B. Grayscale: #AEAEAE. Windows color (decimal): -3170892 or 11836879. OLE color: 11836879.
HSL color Cylindrical-coordinate representation of color #CF9DB4: hue angle of 332.4º 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 #CF9DB4 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 180 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.19 |
| HSL | 332.4º | 0.34% | 0.71% | - |
| HSV(B) | 332.4º | 0.24% | 0.81% | - |
| XYZ | 46.03 | 40.67 | 48.61 | - |
| YUV | 174.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 180 | 0 | 0.24 | 0.13 | 0.19 | 332.4 | 0.34 | 0.71 |
| Hex | CF | 9D | B4 | 0 | 18 | D | 13 | 14C | 22 | 47 |
| Octal | 317 | 235 | 264 | 0 | 30 | 15 | 23 | 514 | 42 | 107 |
| Binary | 11001111 | 10011101 | 10110100 | 0 | 11000 | 1101 | 10011 | 101001100 | 100010 | 1000111 |
Color Harmonies of #CF9DB4
Complementary color
Monochromatic Colors of #CF9DB4
Black with #CF9DB4
Text Example
Text Example
White with #CF9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DB4; }
p { color: rgb(207,157,180); }
H1.HeaderClassName
{
color: #CF9DB4;
}
.AnyTagClassName
{
color: #CF9DB4;
}
</style>
background-color css
<style>
a { background-color: #CF9DB4; }
a { background-color: rgb(207,157,180); }
div.DivClassName
{
background-color: #CF9DB4;
}
.BgClassName
{
background-color: #CF9DB4;
}
</style>
border-color css
<style>
span { border-color: #CF9DB4; }
span { border-color: rgb(207,157,180); }
td.TdClassName
{
border-color: #CF9DB4;
}
.TagClassName
{
border-color: #CF9DB4;
}
</style>