Shades of Fringy Flower #AADEBF
Tints of Fringy Flower #AADEBF
RGB
CMYK
RGB Variations
Color information
#AADEBF (or 0xAADEBF) is known color: Fringy Flower. HEX triplet: AA, DE and BF. RGB value is (170,222,191). Sum of RGB (Red+Green+Blue) = 170+222+191=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEBF is #552140. Grayscale: #CACACA. Windows color (decimal): -5579073 or 12574378. OLE color: 12574378.
HSL color Cylindrical-coordinate representation of color #AADEBF: hue angle of 144.23º 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 #AADEBF is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 191 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.13 |
| HSL | 144.23º | 0.44% | 0.77% | - |
| HSV(B) | 144.23º | 0.23% | 0.87% | - |
| XYZ | 52.1 | 64.55 | 59 | - |
| YUV | 202.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 191 | 0.23 | 0 | 0.14 | 0.13 | 144.23 | 0.44 | 0.77 |
| Hex | AA | DE | BF | 17 | 0 | E | D | 90 | 2C | 4D |
| Octal | 252 | 336 | 277 | 27 | 0 | 16 | 15 | 220 | 54 | 115 |
| Binary | 10101010 | 11011110 | 10111111 | 10111 | 0 | 1110 | 1101 | 10010000 | 101100 | 1001101 |
Color Harmonies of #AADEBF
Complementary color
Monochromatic Colors of #AADEBF
Black with #AADEBF
Text Example
Text Example
White with #AADEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEBF; }
p { color: rgb(170,222,191); }
H1.HeaderClassName
{
color: #AADEBF;
}
.AnyTagClassName
{
color: #AADEBF;
}
</style>
background-color css
<style>
a { background-color: #AADEBF; }
a { background-color: rgb(170,222,191); }
div.DivClassName
{
background-color: #AADEBF;
}
.BgClassName
{
background-color: #AADEBF;
}
</style>
border-color css
<style>
span { border-color: #AADEBF; }
span { border-color: rgb(170,222,191); }
td.TdClassName
{
border-color: #AADEBF;
}
.TagClassName
{
border-color: #AADEBF;
}
</style>