Shades of Fringy Flower #AEDCB7
Tints of Fringy Flower #AEDCB7
RGB
CMYK
RGB Variations
Color information
#AEDCB7 (or 0xAEDCB7) is known color: Fringy Flower. HEX triplet: AE, DC and B7. RGB value is (174,220,183). Sum of RGB (Red+Green+Blue) = 174+220+183=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCB7 is #512348. Grayscale: #CACACA. Windows color (decimal): -5317449 or 12049582. OLE color: 12049582.
HSL color Cylindrical-coordinate representation of color #AEDCB7: hue angle of 131.74º 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 #AEDCB7 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 183 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.14 |
| HSL | 131.74º | 0.4% | 0.77% | - |
| HSV(B) | 131.74º | 0.21% | 0.86% | - |
| XYZ | 51.6 | 63.6 | 54.36 | - |
| YUV | 202.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 183 | 0.21 | 0 | 0.17 | 0.14 | 131.74 | 0.4 | 0.77 |
| Hex | AE | DC | B7 | 15 | 0 | 11 | E | 84 | 28 | 4D |
| Octal | 256 | 334 | 267 | 25 | 0 | 21 | 16 | 204 | 50 | 115 |
| Binary | 10101110 | 11011100 | 10110111 | 10101 | 0 | 10001 | 1110 | 10000100 | 101000 | 1001101 |
Color Harmonies of #AEDCB7
Complementary color
Monochromatic Colors of #AEDCB7
Black with #AEDCB7
Text Example
Text Example
White with #AEDCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCB7; }
p { color: rgb(174,220,183); }
H1.HeaderClassName
{
color: #AEDCB7;
}
.AnyTagClassName
{
color: #AEDCB7;
}
</style>
background-color css
<style>
a { background-color: #AEDCB7; }
a { background-color: rgb(174,220,183); }
div.DivClassName
{
background-color: #AEDCB7;
}
.BgClassName
{
background-color: #AEDCB7;
}
</style>
border-color css
<style>
span { border-color: #AEDCB7; }
span { border-color: rgb(174,220,183); }
td.TdClassName
{
border-color: #AEDCB7;
}
.TagClassName
{
border-color: #AEDCB7;
}
</style>