Shades of Fringy Flower #AEDAB9
Tints of Fringy Flower #AEDAB9
RGB
CMYK
RGB Variations
Color information
#AEDAB9 (or 0xAEDAB9) is known color: Fringy Flower. HEX triplet: AE, DA and B9. RGB value is (174,218,185). Sum of RGB (Red+Green+Blue) = 174+218+185=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAB9 is #512546. Grayscale: #C9C9C9. Windows color (decimal): -5317959 or 12180142. OLE color: 12180142.
HSL color Cylindrical-coordinate representation of color #AEDAB9: hue angle of 135º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAB9 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 185 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.15 |
| HSL | 135º | 0.37% | 0.77% | - |
| HSV(B) | 135º | 0.2% | 0.85% | - |
| XYZ | 51.28 | 62.64 | 55.29 | - |
| YUV | 201.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 185 | 0.20 | 0 | 0.15 | 0.15 | 135 | 0.37 | 0.77 |
| Hex | AE | DA | B9 | 14 | 0 | F | F | 87 | 25 | 4D |
| Octal | 256 | 332 | 271 | 24 | 0 | 17 | 17 | 207 | 45 | 115 |
| Binary | 10101110 | 11011010 | 10111001 | 10100 | 0 | 1111 | 1111 | 10000111 | 100101 | 1001101 |
Color Harmonies of #AEDAB9
Complementary color
Monochromatic Colors of #AEDAB9
Black with #AEDAB9
Text Example
Text Example
White with #AEDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAB9; }
p { color: rgb(174,218,185); }
H1.HeaderClassName
{
color: #AEDAB9;
}
.AnyTagClassName
{
color: #AEDAB9;
}
</style>
background-color css
<style>
a { background-color: #AEDAB9; }
a { background-color: rgb(174,218,185); }
div.DivClassName
{
background-color: #AEDAB9;
}
.BgClassName
{
background-color: #AEDAB9;
}
</style>
border-color css
<style>
span { border-color: #AEDAB9; }
span { border-color: rgb(174,218,185); }
td.TdClassName
{
border-color: #AEDAB9;
}
.TagClassName
{
border-color: #AEDAB9;
}
</style>