Shades of Fringy Flower #ABDFB9
Tints of Fringy Flower #ABDFB9
RGB
CMYK
RGB Variations
Color information
#ABDFB9 (or 0xABDFB9) is known color: Fringy Flower. HEX triplet: AB, DF and B9. RGB value is (171,223,185). Sum of RGB (Red+Green+Blue) = 171+223+185=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFB9 is #542046. Grayscale: #CBCBCB. Windows color (decimal): -5513287 or 12181419. OLE color: 12181419.
HSL color Cylindrical-coordinate representation of color #ABDFB9: hue angle of 136.15º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDFB9 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 185 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.13 |
| HSL | 136.15º | 0.45% | 0.77% | - |
| HSV(B) | 136.15º | 0.23% | 0.87% | - |
| XYZ | 51.94 | 64.94 | 55.7 | - |
| YUV | 203.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 185 | 0.23 | 0 | 0.17 | 0.13 | 136.15 | 0.45 | 0.77 |
| Hex | AB | DF | B9 | 17 | 0 | 11 | D | 88 | 2D | 4D |
| Octal | 253 | 337 | 271 | 27 | 0 | 21 | 15 | 210 | 55 | 115 |
| Binary | 10101011 | 11011111 | 10111001 | 10111 | 0 | 10001 | 1101 | 10001000 | 101101 | 1001101 |
Color Harmonies of #ABDFB9
Complementary color
Monochromatic Colors of #ABDFB9
Black with #ABDFB9
Text Example
Text Example
White with #ABDFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFB9; }
p { color: rgb(171,223,185); }
H1.HeaderClassName
{
color: #ABDFB9;
}
.AnyTagClassName
{
color: #ABDFB9;
}
</style>
background-color css
<style>
a { background-color: #ABDFB9; }
a { background-color: rgb(171,223,185); }
div.DivClassName
{
background-color: #ABDFB9;
}
.BgClassName
{
background-color: #ABDFB9;
}
</style>
border-color css
<style>
span { border-color: #ABDFB9; }
span { border-color: rgb(171,223,185); }
td.TdClassName
{
border-color: #ABDFB9;
}
.TagClassName
{
border-color: #ABDFB9;
}
</style>