Shades of Lily #CFA9B7
Tints of Lily #CFA9B7
RGB
CMYK
RGB Variations
Color information
#CFA9B7 (or 0xCFA9B7) is known color: Lily. HEX triplet: CF, A9 and B7. RGB value is (207,169,183). Sum of RGB (Red+Green+Blue) = 207+169+183=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9B7 is #305648. Grayscale: #B5B5B5. Windows color (decimal): -3167817 or 12036559. OLE color: 12036559.
HSL color Cylindrical-coordinate representation of color #CFA9B7: hue angle of 337.89º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFA9B7 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 183 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.19 |
| HSL | 337.89º | 0.28% | 0.74% | - |
| HSV(B) | 337.89º | 0.18% | 0.81% | - |
| XYZ | 48.47 | 45.06 | 50.94 | - |
| YUV | 181.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 183 | 0 | 0.18 | 0.12 | 0.19 | 337.89 | 0.28 | 0.74 |
| Hex | CF | A9 | B7 | 0 | 12 | C | 13 | 152 | 1C | 4A |
| Octal | 317 | 251 | 267 | 0 | 22 | 14 | 23 | 522 | 34 | 112 |
| Binary | 11001111 | 10101001 | 10110111 | 0 | 10010 | 1100 | 10011 | 101010010 | 11100 | 1001010 |
Color Harmonies of #CFA9B7
Complementary color
Monochromatic Colors of #CFA9B7
Black with #CFA9B7
Text Example
Text Example
White with #CFA9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9B7; }
p { color: rgb(207,169,183); }
H1.HeaderClassName
{
color: #CFA9B7;
}
.AnyTagClassName
{
color: #CFA9B7;
}
</style>
background-color css
<style>
a { background-color: #CFA9B7; }
a { background-color: rgb(207,169,183); }
div.DivClassName
{
background-color: #CFA9B7;
}
.BgClassName
{
background-color: #CFA9B7;
}
</style>
border-color css
<style>
span { border-color: #CFA9B7; }
span { border-color: rgb(207,169,183); }
td.TdClassName
{
border-color: #CFA9B7;
}
.TagClassName
{
border-color: #CFA9B7;
}
</style>