Shades of Fringy Flower #A9DDB8
Tints of Fringy Flower #A9DDB8
RGB
CMYK
RGB Variations
Color information
#A9DDB8 (or 0xA9DDB8) is known color: Fringy Flower. HEX triplet: A9, DD and B8. RGB value is (169,221,184). Sum of RGB (Red+Green+Blue) = 169+221+184=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDB8 is #562247. Grayscale: #C9C9C9. Windows color (decimal): -5644872 or 12115369. OLE color: 12115369.
HSL color Cylindrical-coordinate representation of color #A9DDB8: hue angle of 137.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDB8 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 184 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.13 |
| HSL | 137.31º | 0.43% | 0.76% | - |
| HSV(B) | 137.31º | 0.24% | 0.87% | - |
| XYZ | 50.87 | 63.61 | 54.94 | - |
| YUV | 201.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 184 | 0.24 | 0 | 0.17 | 0.13 | 137.31 | 0.43 | 0.76 |
| Hex | A9 | DD | B8 | 18 | 0 | 11 | D | 89 | 2B | 4C |
| Octal | 251 | 335 | 270 | 30 | 0 | 21 | 15 | 211 | 53 | 114 |
| Binary | 10101001 | 11011101 | 10111000 | 11000 | 0 | 10001 | 1101 | 10001001 | 101011 | 1001100 |
Color Harmonies of #A9DDB8
Complementary color
Monochromatic Colors of #A9DDB8
Black with #A9DDB8
Text Example
Text Example
White with #A9DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DDB8; }
p { color: rgb(169,221,184); }
H1.HeaderClassName
{
color: #A9DDB8;
}
.AnyTagClassName
{
color: #A9DDB8;
}
</style>
background-color css
<style>
a { background-color: #A9DDB8; }
a { background-color: rgb(169,221,184); }
div.DivClassName
{
background-color: #A9DDB8;
}
.BgClassName
{
background-color: #A9DDB8;
}
</style>
border-color css
<style>
span { border-color: #A9DDB8; }
span { border-color: rgb(169,221,184); }
td.TdClassName
{
border-color: #A9DDB8;
}
.TagClassName
{
border-color: #A9DDB8;
}
</style>