Shades of Fringy Flower #ABDDB8
Tints of Fringy Flower #ABDDB8
RGB
CMYK
RGB Variations
Color information
#ABDDB8 (or 0xABDDB8) is known color: Fringy Flower. HEX triplet: AB, DD and B8. RGB value is (171,221,184). Sum of RGB (Red+Green+Blue) = 171+221+184=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDB8 is #542247. Grayscale: #C9C9C9. Windows color (decimal): -5513800 or 12115371. OLE color: 12115371.
HSL color Cylindrical-coordinate representation of color #ABDDB8: hue angle of 135.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 #ABDDB8 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 184 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.13 |
| HSL | 135.6º | 0.42% | 0.77% | - |
| HSV(B) | 135.6º | 0.23% | 0.87% | - |
| XYZ | 51.3 | 63.83 | 54.96 | - |
| YUV | 201.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 184 | 0.23 | 0 | 0.17 | 0.13 | 135.6 | 0.42 | 0.77 |
| Hex | AB | DD | B8 | 17 | 0 | 11 | D | 88 | 2A | 4D |
| Octal | 253 | 335 | 270 | 27 | 0 | 21 | 15 | 210 | 52 | 115 |
| Binary | 10101011 | 11011101 | 10111000 | 10111 | 0 | 10001 | 1101 | 10001000 | 101010 | 1001101 |
Color Harmonies of #ABDDB8
Complementary color
Monochromatic Colors of #ABDDB8
Black with #ABDDB8
Text Example
Text Example
White with #ABDDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDB8; }
p { color: rgb(171,221,184); }
H1.HeaderClassName
{
color: #ABDDB8;
}
.AnyTagClassName
{
color: #ABDDB8;
}
</style>
background-color css
<style>
a { background-color: #ABDDB8; }
a { background-color: rgb(171,221,184); }
div.DivClassName
{
background-color: #ABDDB8;
}
.BgClassName
{
background-color: #ABDDB8;
}
</style>
border-color css
<style>
span { border-color: #ABDDB8; }
span { border-color: rgb(171,221,184); }
td.TdClassName
{
border-color: #ABDDB8;
}
.TagClassName
{
border-color: #ABDDB8;
}
</style>