Shades of Fringy Flower #ABDDBD
Tints of Fringy Flower #ABDDBD
RGB
CMYK
RGB Variations
Color information
#ABDDBD (or 0xABDDBD) is known color: Fringy Flower. HEX triplet: AB, DD and BD. RGB value is (171,221,189). Sum of RGB (Red+Green+Blue) = 171+221+189=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDBD is #542242. Grayscale: #CACACA. Windows color (decimal): -5513795 or 12443051. OLE color: 12443051.
HSL color Cylindrical-coordinate representation of color #ABDDBD: hue angle of 141.6º degrees, saturation: 0.42, 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 #ABDDBD is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 189 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.13 |
| HSL | 141.6º | 0.42% | 0.77% | - |
| HSV(B) | 141.6º | 0.23% | 0.87% | - |
| XYZ | 51.84 | 64.04 | 57.77 | - |
| YUV | 202.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 189 | 0.23 | 0 | 0.14 | 0.13 | 141.6 | 0.42 | 0.77 |
| Hex | AB | DD | BD | 17 | 0 | E | D | 8E | 2A | 4D |
| Octal | 253 | 335 | 275 | 27 | 0 | 16 | 15 | 216 | 52 | 115 |
| Binary | 10101011 | 11011101 | 10111101 | 10111 | 0 | 1110 | 1101 | 10001110 | 101010 | 1001101 |
Color Harmonies of #ABDDBD
Complementary color
Monochromatic Colors of #ABDDBD
Black with #ABDDBD
Text Example
Text Example
White with #ABDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDBD; }
p { color: rgb(171,221,189); }
H1.HeaderClassName
{
color: #ABDDBD;
}
.AnyTagClassName
{
color: #ABDDBD;
}
</style>
background-color css
<style>
a { background-color: #ABDDBD; }
a { background-color: rgb(171,221,189); }
div.DivClassName
{
background-color: #ABDDBD;
}
.BgClassName
{
background-color: #ABDDBD;
}
</style>
border-color css
<style>
span { border-color: #ABDDBD; }
span { border-color: rgb(171,221,189); }
td.TdClassName
{
border-color: #ABDDBD;
}
.TagClassName
{
border-color: #ABDDBD;
}
</style>