Shades of Fringy Flower #AEDABC
Tints of Fringy Flower #AEDABC
RGB
CMYK
RGB Variations
Color information
#AEDABC (or 0xAEDABC) is known color: Fringy Flower. HEX triplet: AE, DA and BC. RGB value is (174,218,188). Sum of RGB (Red+Green+Blue) = 174+218+188=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDABC is #512543. Grayscale: #C9C9C9. Windows color (decimal): -5317956 or 12376750. OLE color: 12376750.
HSL color Cylindrical-coordinate representation of color #AEDABC: hue angle of 139.09º 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 #AEDABC is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 188 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.15 |
| HSL | 139.09º | 0.37% | 0.77% | - |
| HSV(B) | 139.09º | 0.2% | 0.85% | - |
| XYZ | 51.6 | 62.77 | 56.97 | - |
| YUV | 201.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 188 | 0.20 | 0 | 0.14 | 0.15 | 139.09 | 0.37 | 0.77 |
| Hex | AE | DA | BC | 14 | 0 | E | F | 8B | 25 | 4D |
| Octal | 256 | 332 | 274 | 24 | 0 | 16 | 17 | 213 | 45 | 115 |
| Binary | 10101110 | 11011010 | 10111100 | 10100 | 0 | 1110 | 1111 | 10001011 | 100101 | 1001101 |
Color Harmonies of #AEDABC
Complementary color
Monochromatic Colors of #AEDABC
Black with #AEDABC
Text Example
Text Example
White with #AEDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDABC; }
p { color: rgb(174,218,188); }
H1.HeaderClassName
{
color: #AEDABC;
}
.AnyTagClassName
{
color: #AEDABC;
}
</style>
background-color css
<style>
a { background-color: #AEDABC; }
a { background-color: rgb(174,218,188); }
div.DivClassName
{
background-color: #AEDABC;
}
.BgClassName
{
background-color: #AEDABC;
}
</style>
border-color css
<style>
span { border-color: #AEDABC; }
span { border-color: rgb(174,218,188); }
td.TdClassName
{
border-color: #AEDABC;
}
.TagClassName
{
border-color: #AEDABC;
}
</style>