Shades of Fringy Flower #AADDBA
Tints of Fringy Flower #AADDBA
RGB
CMYK
RGB Variations
Color information
#AADDBA (or 0xAADDBA) is known color: Fringy Flower. HEX triplet: AA, DD and BA. RGB value is (170,221,186). Sum of RGB (Red+Green+Blue) = 170+221+186=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDBA is #552245. Grayscale: #C9C9C9. Windows color (decimal): -5579334 or 12246442. OLE color: 12246442.
HSL color Cylindrical-coordinate representation of color #AADDBA: hue angle of 138.82º degrees, saturation: 0.43, 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 #AADDBA is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 186 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.13 |
| HSL | 138.82º | 0.43% | 0.77% | - |
| HSV(B) | 138.82º | 0.23% | 0.87% | - |
| XYZ | 51.3 | 63.8 | 56.07 | - |
| YUV | 201.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 186 | 0.23 | 0 | 0.16 | 0.13 | 138.82 | 0.43 | 0.77 |
| Hex | AA | DD | BA | 17 | 0 | 10 | D | 8B | 2B | 4D |
| Octal | 252 | 335 | 272 | 27 | 0 | 20 | 15 | 213 | 53 | 115 |
| Binary | 10101010 | 11011101 | 10111010 | 10111 | 0 | 10000 | 1101 | 10001011 | 101011 | 1001101 |
Color Harmonies of #AADDBA
Complementary color
Monochromatic Colors of #AADDBA
Black with #AADDBA
Text Example
Text Example
White with #AADDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDBA; }
p { color: rgb(170,221,186); }
H1.HeaderClassName
{
color: #AADDBA;
}
.AnyTagClassName
{
color: #AADDBA;
}
</style>
background-color css
<style>
a { background-color: #AADDBA; }
a { background-color: rgb(170,221,186); }
div.DivClassName
{
background-color: #AADDBA;
}
.BgClassName
{
background-color: #AADDBA;
}
</style>
border-color css
<style>
span { border-color: #AADDBA; }
span { border-color: rgb(170,221,186); }
td.TdClassName
{
border-color: #AADDBA;
}
.TagClassName
{
border-color: #AADDBA;
}
</style>