Shades of Fringy Flower #AADEBB
Tints of Fringy Flower #AADEBB
RGB
CMYK
RGB Variations
Color information
#AADEBB (or 0xAADEBB) is known color: Fringy Flower. HEX triplet: AA, DE and BB. RGB value is (170,222,187). Sum of RGB (Red+Green+Blue) = 170+222+187=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEBB is #552144. Grayscale: #CACACA. Windows color (decimal): -5579077 or 12312234. OLE color: 12312234.
HSL color Cylindrical-coordinate representation of color #AADEBB: hue angle of 139.62º degrees, saturation: 0.44, 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 #AADEBB is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 187 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.13 |
| HSL | 139.62º | 0.44% | 0.77% | - |
| HSV(B) | 139.62º | 0.23% | 0.87% | - |
| XYZ | 51.67 | 64.38 | 56.72 | - |
| YUV | 202.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 187 | 0.23 | 0 | 0.16 | 0.13 | 139.62 | 0.44 | 0.77 |
| Hex | AA | DE | BB | 17 | 0 | 10 | D | 8C | 2C | 4D |
| Octal | 252 | 336 | 273 | 27 | 0 | 20 | 15 | 214 | 54 | 115 |
| Binary | 10101010 | 11011110 | 10111011 | 10111 | 0 | 10000 | 1101 | 10001100 | 101100 | 1001101 |
Color Harmonies of #AADEBB
Complementary color
Monochromatic Colors of #AADEBB
Black with #AADEBB
Text Example
Text Example
White with #AADEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEBB; }
p { color: rgb(170,222,187); }
H1.HeaderClassName
{
color: #AADEBB;
}
.AnyTagClassName
{
color: #AADEBB;
}
</style>
background-color css
<style>
a { background-color: #AADEBB; }
a { background-color: rgb(170,222,187); }
div.DivClassName
{
background-color: #AADEBB;
}
.BgClassName
{
background-color: #AADEBB;
}
</style>
border-color css
<style>
span { border-color: #AADEBB; }
span { border-color: rgb(170,222,187); }
td.TdClassName
{
border-color: #AADEBB;
}
.TagClassName
{
border-color: #AADEBB;
}
</style>