Shades of Fringy Flower #AEDDBF
Tints of Fringy Flower #AEDDBF
RGB
CMYK
RGB Variations
Color information
#AEDDBF (or 0xAEDDBF) is known color: Fringy Flower. HEX triplet: AE, DD and BF. RGB value is (174,221,191). Sum of RGB (Red+Green+Blue) = 174+221+191=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDBF is #512240. Grayscale: #CBCBCB. Windows color (decimal): -5317185 or 12574126. OLE color: 12574126.
HSL color Cylindrical-coordinate representation of color #AEDDBF: hue angle of 141.7º 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 #AEDDBF is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 191 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.13 |
| HSL | 141.7º | 0.41% | 0.77% | - |
| HSV(B) | 141.7º | 0.21% | 0.87% | - |
| XYZ | 52.72 | 64.47 | 58.96 | - |
| YUV | 203.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 191 | 0.21 | 0 | 0.14 | 0.13 | 141.7 | 0.41 | 0.77 |
| Hex | AE | DD | BF | 15 | 0 | E | D | 8E | 29 | 4D |
| Octal | 256 | 335 | 277 | 25 | 0 | 16 | 15 | 216 | 51 | 115 |
| Binary | 10101110 | 11011101 | 10111111 | 10101 | 0 | 1110 | 1101 | 10001110 | 101001 | 1001101 |
Color Harmonies of #AEDDBF
Complementary color
Monochromatic Colors of #AEDDBF
Black with #AEDDBF
Text Example
Text Example
White with #AEDDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDBF; }
p { color: rgb(174,221,191); }
H1.HeaderClassName
{
color: #AEDDBF;
}
.AnyTagClassName
{
color: #AEDDBF;
}
</style>
background-color css
<style>
a { background-color: #AEDDBF; }
a { background-color: rgb(174,221,191); }
div.DivClassName
{
background-color: #AEDDBF;
}
.BgClassName
{
background-color: #AEDDBF;
}
</style>
border-color css
<style>
span { border-color: #AEDDBF; }
span { border-color: rgb(174,221,191); }
td.TdClassName
{
border-color: #AEDDBF;
}
.TagClassName
{
border-color: #AEDDBF;
}
</style>