Shades of Fringy Flower #AEDCBB
Tints of Fringy Flower #AEDCBB
RGB
CMYK
RGB Variations
Color information
#AEDCBB (or 0xAEDCBB) is known color: Fringy Flower. HEX triplet: AE, DC and BB. RGB value is (174,220,187). Sum of RGB (Red+Green+Blue) = 174+220+187=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCBB is #512344. Grayscale: #CACACA. Windows color (decimal): -5317445 or 12311726. OLE color: 12311726.
HSL color Cylindrical-coordinate representation of color #AEDCBB: hue angle of 136.96º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCBB is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 187 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.14 |
| HSL | 136.96º | 0.4% | 0.77% | - |
| HSV(B) | 136.96º | 0.21% | 0.86% | - |
| XYZ | 52.02 | 63.77 | 56.58 | - |
| YUV | 202.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 187 | 0.21 | 0 | 0.15 | 0.14 | 136.96 | 0.4 | 0.77 |
| Hex | AE | DC | BB | 15 | 0 | F | E | 89 | 28 | 4D |
| Octal | 256 | 334 | 273 | 25 | 0 | 17 | 16 | 211 | 50 | 115 |
| Binary | 10101110 | 11011100 | 10111011 | 10101 | 0 | 1111 | 1110 | 10001001 | 101000 | 1001101 |
Color Harmonies of #AEDCBB
Complementary color
Monochromatic Colors of #AEDCBB
Black with #AEDCBB
Text Example
Text Example
White with #AEDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCBB; }
p { color: rgb(174,220,187); }
H1.HeaderClassName
{
color: #AEDCBB;
}
.AnyTagClassName
{
color: #AEDCBB;
}
</style>
background-color css
<style>
a { background-color: #AEDCBB; }
a { background-color: rgb(174,220,187); }
div.DivClassName
{
background-color: #AEDCBB;
}
.BgClassName
{
background-color: #AEDCBB;
}
</style>
border-color css
<style>
span { border-color: #AEDCBB; }
span { border-color: rgb(174,220,187); }
td.TdClassName
{
border-color: #AEDCBB;
}
.TagClassName
{
border-color: #AEDCBB;
}
</style>