Shades of Fringy Flower #AEDABD
Tints of Fringy Flower #AEDABD
RGB
CMYK
RGB Variations
Color information
#AEDABD (or 0xAEDABD) is known color: Fringy Flower. HEX triplet: AE, DA and BD. RGB value is (174,218,189). Sum of RGB (Red+Green+Blue) = 174+218+189=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDABD is #512542. Grayscale: #C9C9C9. Windows color (decimal): -5317955 or 12442286. OLE color: 12442286.
HSL color Cylindrical-coordinate representation of color #AEDABD: hue angle of 140.45º 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 #AEDABD is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 189 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.15 |
| HSL | 140.45º | 0.37% | 0.77% | - |
| HSV(B) | 140.45º | 0.2% | 0.85% | - |
| XYZ | 51.71 | 62.82 | 57.54 | - |
| YUV | 201.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 189 | 0.20 | 0 | 0.13 | 0.15 | 140.45 | 0.37 | 0.77 |
| Hex | AE | DA | BD | 14 | 0 | D | F | 8C | 25 | 4D |
| Octal | 256 | 332 | 275 | 24 | 0 | 15 | 17 | 214 | 45 | 115 |
| Binary | 10101110 | 11011010 | 10111101 | 10100 | 0 | 1101 | 1111 | 10001100 | 100101 | 1001101 |
Color Harmonies of #AEDABD
Complementary color
Monochromatic Colors of #AEDABD
Black with #AEDABD
Text Example
Text Example
White with #AEDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDABD; }
p { color: rgb(174,218,189); }
H1.HeaderClassName
{
color: #AEDABD;
}
.AnyTagClassName
{
color: #AEDABD;
}
</style>
background-color css
<style>
a { background-color: #AEDABD; }
a { background-color: rgb(174,218,189); }
div.DivClassName
{
background-color: #AEDABD;
}
.BgClassName
{
background-color: #AEDABD;
}
</style>
border-color css
<style>
span { border-color: #AEDABD; }
span { border-color: rgb(174,218,189); }
td.TdClassName
{
border-color: #AEDABD;
}
.TagClassName
{
border-color: #AEDABD;
}
</style>