Shades of Fringy Flower #AADEB8
Tints of Fringy Flower #AADEB8
RGB
CMYK
RGB Variations
Color information
#AADEB8 (or 0xAADEB8) is known color: Fringy Flower. HEX triplet: AA, DE and B8. RGB value is (170,222,184). Sum of RGB (Red+Green+Blue) = 170+222+184=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEB8 is #552147. Grayscale: #CACACA. Windows color (decimal): -5579080 or 12115626. OLE color: 12115626.
HSL color Cylindrical-coordinate representation of color #AADEB8: hue angle of 136.15º 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 #AADEB8 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 184 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.13 |
| HSL | 136.15º | 0.44% | 0.77% | - |
| HSV(B) | 136.15º | 0.23% | 0.87% | - |
| XYZ | 51.35 | 64.25 | 55.04 | - |
| YUV | 202.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 184 | 0.23 | 0 | 0.17 | 0.13 | 136.15 | 0.44 | 0.77 |
| Hex | AA | DE | B8 | 17 | 0 | 11 | D | 88 | 2C | 4D |
| Octal | 252 | 336 | 270 | 27 | 0 | 21 | 15 | 210 | 54 | 115 |
| Binary | 10101010 | 11011110 | 10111000 | 10111 | 0 | 10001 | 1101 | 10001000 | 101100 | 1001101 |
Color Harmonies of #AADEB8
Complementary color
Monochromatic Colors of #AADEB8
Black with #AADEB8
Text Example
Text Example
White with #AADEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEB8; }
p { color: rgb(170,222,184); }
H1.HeaderClassName
{
color: #AADEB8;
}
.AnyTagClassName
{
color: #AADEB8;
}
</style>
background-color css
<style>
a { background-color: #AADEB8; }
a { background-color: rgb(170,222,184); }
div.DivClassName
{
background-color: #AADEB8;
}
.BgClassName
{
background-color: #AADEB8;
}
</style>
border-color css
<style>
span { border-color: #AADEB8; }
span { border-color: rgb(170,222,184); }
td.TdClassName
{
border-color: #AADEB8;
}
.TagClassName
{
border-color: #AADEB8;
}
</style>