Shades of Fringy Flower #AEDEBF
Tints of Fringy Flower #AEDEBF
RGB
CMYK
RGB Variations
Color information
#AEDEBF (or 0xAEDEBF) is known color: Fringy Flower. HEX triplet: AE, DE and BF. RGB value is (174,222,191). Sum of RGB (Red+Green+Blue) = 174+222+191=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEBF is #512140. Grayscale: #CCCCCC. Windows color (decimal): -5316929 or 12574382. OLE color: 12574382.
HSL color Cylindrical-coordinate representation of color #AEDEBF: hue angle of 141.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEBF is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 191 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.13 |
| HSL | 141.25º | 0.42% | 0.78% | - |
| HSV(B) | 141.25º | 0.22% | 0.87% | - |
| XYZ | 52.98 | 65 | 59.04 | - |
| YUV | 204.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 191 | 0.22 | 0 | 0.14 | 0.13 | 141.25 | 0.42 | 0.78 |
| Hex | AE | DE | BF | 16 | 0 | E | D | 8D | 2A | 4E |
| Octal | 256 | 336 | 277 | 26 | 0 | 16 | 15 | 215 | 52 | 116 |
| Binary | 10101110 | 11011110 | 10111111 | 10110 | 0 | 1110 | 1101 | 10001101 | 101010 | 1001110 |
Color Harmonies of #AEDEBF
Complementary color
Monochromatic Colors of #AEDEBF
Black with #AEDEBF
Text Example
Text Example
White with #AEDEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEBF; }
p { color: rgb(174,222,191); }
H1.HeaderClassName
{
color: #AEDEBF;
}
.AnyTagClassName
{
color: #AEDEBF;
}
</style>
background-color css
<style>
a { background-color: #AEDEBF; }
a { background-color: rgb(174,222,191); }
div.DivClassName
{
background-color: #AEDEBF;
}
.BgClassName
{
background-color: #AEDEBF;
}
</style>
border-color css
<style>
span { border-color: #AEDEBF; }
span { border-color: rgb(174,222,191); }
td.TdClassName
{
border-color: #AEDEBF;
}
.TagClassName
{
border-color: #AEDEBF;
}
</style>