Shades of Fringy Flower #AEDDB8
Tints of Fringy Flower #AEDDB8
RGB
CMYK
RGB Variations
Color information
#AEDDB8 (or 0xAEDDB8) is known color: Fringy Flower. HEX triplet: AE, DD and B8. RGB value is (174,221,184). Sum of RGB (Red+Green+Blue) = 174+221+184=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDB8 is #512247. Grayscale: #CACACA. Windows color (decimal): -5317192 or 12115374. OLE color: 12115374.
HSL color Cylindrical-coordinate representation of color #AEDDB8: hue angle of 132.77º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDB8 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 184 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.13 |
| HSL | 132.77º | 0.41% | 0.77% | - |
| HSV(B) | 132.77º | 0.21% | 0.87% | - |
| XYZ | 51.96 | 64.17 | 55 | - |
| YUV | 202.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 184 | 0.21 | 0 | 0.17 | 0.13 | 132.77 | 0.41 | 0.77 |
| Hex | AE | DD | B8 | 15 | 0 | 11 | D | 85 | 29 | 4D |
| Octal | 256 | 335 | 270 | 25 | 0 | 21 | 15 | 205 | 51 | 115 |
| Binary | 10101110 | 11011101 | 10111000 | 10101 | 0 | 10001 | 1101 | 10000101 | 101001 | 1001101 |
Color Harmonies of #AEDDB8
Complementary color
Monochromatic Colors of #AEDDB8
Black with #AEDDB8
Text Example
Text Example
White with #AEDDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDB8; }
p { color: rgb(174,221,184); }
H1.HeaderClassName
{
color: #AEDDB8;
}
.AnyTagClassName
{
color: #AEDDB8;
}
</style>
background-color css
<style>
a { background-color: #AEDDB8; }
a { background-color: rgb(174,221,184); }
div.DivClassName
{
background-color: #AEDDB8;
}
.BgClassName
{
background-color: #AEDDB8;
}
</style>
border-color css
<style>
span { border-color: #AEDDB8; }
span { border-color: rgb(174,221,184); }
td.TdClassName
{
border-color: #AEDDB8;
}
.TagClassName
{
border-color: #AEDDB8;
}
</style>