Shades of Lily #CFA4B7
Tints of Lily #CFA4B7
RGB
CMYK
RGB Variations
Color information
#CFA4B7 (or 0xCFA4B7) is known color: Lily. HEX triplet: CF, A4 and B7. RGB value is (207,164,183). Sum of RGB (Red+Green+Blue) = 207+164+183=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4B7 is #305B48. Grayscale: #B2B2B2. Windows color (decimal): -3169097 or 12035279. OLE color: 12035279.
HSL color Cylindrical-coordinate representation of color #CFA4B7: hue angle of 333.49º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA4B7 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 183 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.19 |
| HSL | 333.49º | 0.31% | 0.73% | - |
| HSV(B) | 333.49º | 0.21% | 0.81% | - |
| XYZ | 47.55 | 43.24 | 50.64 | - |
| YUV | 179.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 183 | 0 | 0.21 | 0.12 | 0.19 | 333.49 | 0.31 | 0.73 |
| Hex | CF | A4 | B7 | 0 | 15 | C | 13 | 14D | 1F | 49 |
| Octal | 317 | 244 | 267 | 0 | 25 | 14 | 23 | 515 | 37 | 111 |
| Binary | 11001111 | 10100100 | 10110111 | 0 | 10101 | 1100 | 10011 | 101001101 | 11111 | 1001001 |
Color Harmonies of #CFA4B7
Complementary color
Monochromatic Colors of #CFA4B7
Black with #CFA4B7
Text Example
Text Example
White with #CFA4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4B7; }
p { color: rgb(207,164,183); }
H1.HeaderClassName
{
color: #CFA4B7;
}
.AnyTagClassName
{
color: #CFA4B7;
}
</style>
background-color css
<style>
a { background-color: #CFA4B7; }
a { background-color: rgb(207,164,183); }
div.DivClassName
{
background-color: #CFA4B7;
}
.BgClassName
{
background-color: #CFA4B7;
}
</style>
border-color css
<style>
span { border-color: #CFA4B7; }
span { border-color: rgb(207,164,183); }
td.TdClassName
{
border-color: #CFA4B7;
}
.TagClassName
{
border-color: #CFA4B7;
}
</style>