Shades of Fringy Flower #AEDDB7
Tints of Fringy Flower #AEDDB7
RGB
CMYK
RGB Variations
Color information
#AEDDB7 (or 0xAEDDB7) is known color: Fringy Flower. HEX triplet: AE, DD and B7. RGB value is (174,221,183). Sum of RGB (Red+Green+Blue) = 174+221+183=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDB7 is #512248. Grayscale: #CACACA. Windows color (decimal): -5317193 or 12049838. OLE color: 12049838.
HSL color Cylindrical-coordinate representation of color #AEDDB7: hue angle of 131.49º 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 #AEDDB7 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 183 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.13 |
| HSL | 131.49º | 0.41% | 0.77% | - |
| HSV(B) | 131.49º | 0.21% | 0.87% | - |
| XYZ | 51.86 | 64.13 | 54.44 | - |
| YUV | 202.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 183 | 0.21 | 0 | 0.17 | 0.13 | 131.49 | 0.41 | 0.77 |
| Hex | AE | DD | B7 | 15 | 0 | 11 | D | 83 | 29 | 4D |
| Octal | 256 | 335 | 267 | 25 | 0 | 21 | 15 | 203 | 51 | 115 |
| Binary | 10101110 | 11011101 | 10110111 | 10101 | 0 | 10001 | 1101 | 10000011 | 101001 | 1001101 |
Color Harmonies of #AEDDB7
Complementary color
Monochromatic Colors of #AEDDB7
Black with #AEDDB7
Text Example
Text Example
White with #AEDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDB7; }
p { color: rgb(174,221,183); }
H1.HeaderClassName
{
color: #AEDDB7;
}
.AnyTagClassName
{
color: #AEDDB7;
}
</style>
background-color css
<style>
a { background-color: #AEDDB7; }
a { background-color: rgb(174,221,183); }
div.DivClassName
{
background-color: #AEDDB7;
}
.BgClassName
{
background-color: #AEDDB7;
}
</style>
border-color css
<style>
span { border-color: #AEDDB7; }
span { border-color: rgb(174,221,183); }
td.TdClassName
{
border-color: #AEDDB7;
}
.TagClassName
{
border-color: #AEDDB7;
}
</style>