Shades of Lily #CFA4B9
Tints of Lily #CFA4B9
RGB
CMYK
RGB Variations
Color information
#CFA4B9 (or 0xCFA4B9) is known color: Lily. HEX triplet: CF, A4 and B9. RGB value is (207,164,185). Sum of RGB (Red+Green+Blue) = 207+164+185=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4B9 is #305B46. Grayscale: #B3B3B3. Windows color (decimal): -3169095 or 12166351. OLE color: 12166351.
HSL color Cylindrical-coordinate representation of color #CFA4B9: hue angle of 330.7º 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 #CFA4B9 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 185 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.19 |
| HSL | 330.7º | 0.31% | 0.73% | - |
| HSV(B) | 330.7º | 0.21% | 0.81% | - |
| XYZ | 47.76 | 43.32 | 51.74 | - |
| YUV | 179.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 185 | 0 | 0.21 | 0.11 | 0.19 | 330.7 | 0.31 | 0.73 |
| Hex | CF | A4 | B9 | 0 | 15 | B | 13 | 14B | 1F | 49 |
| Octal | 317 | 244 | 271 | 0 | 25 | 13 | 23 | 513 | 37 | 111 |
| Binary | 11001111 | 10100100 | 10111001 | 0 | 10101 | 1011 | 10011 | 101001011 | 11111 | 1001001 |
Color Harmonies of #CFA4B9
Complementary color
Monochromatic Colors of #CFA4B9
Black with #CFA4B9
Text Example
Text Example
White with #CFA4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4B9; }
p { color: rgb(207,164,185); }
H1.HeaderClassName
{
color: #CFA4B9;
}
.AnyTagClassName
{
color: #CFA4B9;
}
</style>
background-color css
<style>
a { background-color: #CFA4B9; }
a { background-color: rgb(207,164,185); }
div.DivClassName
{
background-color: #CFA4B9;
}
.BgClassName
{
background-color: #CFA4B9;
}
</style>
border-color css
<style>
span { border-color: #CFA4B9; }
span { border-color: rgb(207,164,185); }
td.TdClassName
{
border-color: #CFA4B9;
}
.TagClassName
{
border-color: #CFA4B9;
}
</style>