Shades of Fringy Flower #AEDCBA
Tints of Fringy Flower #AEDCBA
RGB
CMYK
RGB Variations
Color information
#AEDCBA (or 0xAEDCBA) is known color: Fringy Flower. HEX triplet: AE, DC and BA. RGB value is (174,220,186). Sum of RGB (Red+Green+Blue) = 174+220+186=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCBA is #512345. Grayscale: #CACACA. Windows color (decimal): -5317446 or 12246190. OLE color: 12246190.
HSL color Cylindrical-coordinate representation of color #AEDCBA: hue angle of 135.65º 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 #AEDCBA is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 186 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.14 |
| HSL | 135.65º | 0.4% | 0.77% | - |
| HSV(B) | 135.65º | 0.21% | 0.86% | - |
| XYZ | 51.91 | 63.73 | 56.02 | - |
| YUV | 202.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 186 | 0.21 | 0 | 0.15 | 0.14 | 135.65 | 0.4 | 0.77 |
| Hex | AE | DC | BA | 15 | 0 | F | E | 88 | 28 | 4D |
| Octal | 256 | 334 | 272 | 25 | 0 | 17 | 16 | 210 | 50 | 115 |
| Binary | 10101110 | 11011100 | 10111010 | 10101 | 0 | 1111 | 1110 | 10001000 | 101000 | 1001101 |
Color Harmonies of #AEDCBA
Complementary color
Monochromatic Colors of #AEDCBA
Black with #AEDCBA
Text Example
Text Example
White with #AEDCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCBA; }
p { color: rgb(174,220,186); }
H1.HeaderClassName
{
color: #AEDCBA;
}
.AnyTagClassName
{
color: #AEDCBA;
}
</style>
background-color css
<style>
a { background-color: #AEDCBA; }
a { background-color: rgb(174,220,186); }
div.DivClassName
{
background-color: #AEDCBA;
}
.BgClassName
{
background-color: #AEDCBA;
}
</style>
border-color css
<style>
span { border-color: #AEDCBA; }
span { border-color: rgb(174,220,186); }
td.TdClassName
{
border-color: #AEDCBA;
}
.TagClassName
{
border-color: #AEDCBA;
}
</style>