Shades of Fringy Flower #AADDB8
Tints of Fringy Flower #AADDB8
RGB
CMYK
RGB Variations
Color information
#AADDB8 (or 0xAADDB8) is known color: Fringy Flower. HEX triplet: AA, DD and B8. RGB value is (170,221,184). Sum of RGB (Red+Green+Blue) = 170+221+184=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDB8 is #552247. Grayscale: #C9C9C9. Windows color (decimal): -5579336 or 12115370. OLE color: 12115370.
HSL color Cylindrical-coordinate representation of color #AADDB8: hue angle of 136.47º 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 #AADDB8 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 184 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.13 |
| HSL | 136.47º | 0.43% | 0.77% | - |
| HSV(B) | 136.47º | 0.23% | 0.87% | - |
| XYZ | 51.09 | 63.72 | 54.95 | - |
| YUV | 201.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 184 | 0.23 | 0 | 0.17 | 0.13 | 136.47 | 0.43 | 0.77 |
| Hex | AA | DD | B8 | 17 | 0 | 11 | D | 88 | 2B | 4D |
| Octal | 252 | 335 | 270 | 27 | 0 | 21 | 15 | 210 | 53 | 115 |
| Binary | 10101010 | 11011101 | 10111000 | 10111 | 0 | 10001 | 1101 | 10001000 | 101011 | 1001101 |
Color Harmonies of #AADDB8
Complementary color
Monochromatic Colors of #AADDB8
Black with #AADDB8
Text Example
Text Example
White with #AADDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDB8; }
p { color: rgb(170,221,184); }
H1.HeaderClassName
{
color: #AADDB8;
}
.AnyTagClassName
{
color: #AADDB8;
}
</style>
background-color css
<style>
a { background-color: #AADDB8; }
a { background-color: rgb(170,221,184); }
div.DivClassName
{
background-color: #AADDB8;
}
.BgClassName
{
background-color: #AADDB8;
}
</style>
border-color css
<style>
span { border-color: #AADDB8; }
span { border-color: rgb(170,221,184); }
td.TdClassName
{
border-color: #AADDB8;
}
.TagClassName
{
border-color: #AADDB8;
}
</style>