Shades of Fringy Flower #AADABB
Tints of Fringy Flower #AADABB
RGB
CMYK
RGB Variations
Color information
#AADABB (or 0xAADABB) is known color: Fringy Flower. HEX triplet: AA, DA and BB. RGB value is (170,218,187). Sum of RGB (Red+Green+Blue) = 170+218+187=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #AADABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADABB is #552544. Grayscale: #C8C8C8. Windows color (decimal): -5580101 or 12311210. OLE color: 12311210.
HSL color Cylindrical-coordinate representation of color #AADABB: hue angle of 141.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADABB is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 187 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.15 |
| HSL | 141.25º | 0.39% | 0.76% | - |
| HSV(B) | 141.25º | 0.22% | 0.85% | - |
| XYZ | 50.62 | 62.28 | 56.37 | - |
| YUV | 200.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 187 | 0.22 | 0 | 0.14 | 0.15 | 141.25 | 0.39 | 0.76 |
| Hex | AA | DA | BB | 16 | 0 | E | F | 8D | 27 | 4C |
| Octal | 252 | 332 | 273 | 26 | 0 | 16 | 17 | 215 | 47 | 114 |
| Binary | 10101010 | 11011010 | 10111011 | 10110 | 0 | 1110 | 1111 | 10001101 | 100111 | 1001100 |
Color Harmonies of #AADABB
Complementary color
Monochromatic Colors of #AADABB
Black with #AADABB
Text Example
Text Example
White with #AADABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADABB; }
p { color: rgb(170,218,187); }
H1.HeaderClassName
{
color: #AADABB;
}
.AnyTagClassName
{
color: #AADABB;
}
</style>
background-color css
<style>
a { background-color: #AADABB; }
a { background-color: rgb(170,218,187); }
div.DivClassName
{
background-color: #AADABB;
}
.BgClassName
{
background-color: #AADABB;
}
</style>
border-color css
<style>
span { border-color: #AADABB; }
span { border-color: rgb(170,218,187); }
td.TdClassName
{
border-color: #AADABB;
}
.TagClassName
{
border-color: #AADABB;
}
</style>