Shades of Fringy Flower #AEDAB5
Tints of Fringy Flower #AEDAB5
RGB
CMYK
RGB Variations
Color information
#AEDAB5 (or 0xAEDAB5) is known color: Fringy Flower. HEX triplet: AE, DA and B5. RGB value is (174,218,181). Sum of RGB (Red+Green+Blue) = 174+218+181=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAB5 is #51254A. Grayscale: #C8C8C8. Windows color (decimal): -5317963 or 11917998. OLE color: 11917998.
HSL color Cylindrical-coordinate representation of color #AEDAB5: hue angle of 129.55º 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 #AEDAB5 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 181 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.15 |
| HSL | 129.55º | 0.37% | 0.77% | - |
| HSV(B) | 129.55º | 0.2% | 0.85% | - |
| XYZ | 50.87 | 62.48 | 53.09 | - |
| YUV | 200.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 181 | 0.20 | 0 | 0.17 | 0.15 | 129.55 | 0.37 | 0.77 |
| Hex | AE | DA | B5 | 14 | 0 | 11 | F | 82 | 25 | 4D |
| Octal | 256 | 332 | 265 | 24 | 0 | 21 | 17 | 202 | 45 | 115 |
| Binary | 10101110 | 11011010 | 10110101 | 10100 | 0 | 10001 | 1111 | 10000010 | 100101 | 1001101 |
Color Harmonies of #AEDAB5
Complementary color
Monochromatic Colors of #AEDAB5
Black with #AEDAB5
Text Example
Text Example
White with #AEDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAB5; }
p { color: rgb(174,218,181); }
H1.HeaderClassName
{
color: #AEDAB5;
}
.AnyTagClassName
{
color: #AEDAB5;
}
</style>
background-color css
<style>
a { background-color: #AEDAB5; }
a { background-color: rgb(174,218,181); }
div.DivClassName
{
background-color: #AEDAB5;
}
.BgClassName
{
background-color: #AEDAB5;
}
</style>
border-color css
<style>
span { border-color: #AEDAB5; }
span { border-color: rgb(174,218,181); }
td.TdClassName
{
border-color: #AEDAB5;
}
.TagClassName
{
border-color: #AEDAB5;
}
</style>