Shades of Fringy Flower #AEDDC0
Tints of Fringy Flower #AEDDC0
RGB
CMYK
RGB Variations
Color information
#AEDDC0 (or 0xAEDDC0) is known color: Fringy Flower. HEX triplet: AE, DD and C0. RGB value is (174,221,192). Sum of RGB (Red+Green+Blue) = 174+221+192=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC0 is #51223F. Grayscale: #CBCBCB. Windows color (decimal): -5317184 or 12639662. OLE color: 12639662.
HSL color Cylindrical-coordinate representation of color #AEDDC0: hue angle of 142.98º 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 #AEDDC0 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 192 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.13 |
| HSL | 142.98º | 0.41% | 0.77% | - |
| HSV(B) | 142.98º | 0.21% | 0.87% | - |
| XYZ | 52.83 | 64.52 | 59.54 | - |
| YUV | 203.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 192 | 0.21 | 0 | 0.13 | 0.13 | 142.98 | 0.41 | 0.77 |
| Hex | AE | DD | C0 | 15 | 0 | D | D | 8F | 29 | 4D |
| Octal | 256 | 335 | 300 | 25 | 0 | 15 | 15 | 217 | 51 | 115 |
| Binary | 10101110 | 11011101 | 11000000 | 10101 | 0 | 1101 | 1101 | 10001111 | 101001 | 1001101 |
Color Harmonies of #AEDDC0
Complementary color
Monochromatic Colors of #AEDDC0
Black with #AEDDC0
Text Example
Text Example
White with #AEDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDC0; }
p { color: rgb(174,221,192); }
H1.HeaderClassName
{
color: #AEDDC0;
}
.AnyTagClassName
{
color: #AEDDC0;
}
</style>
background-color css
<style>
a { background-color: #AEDDC0; }
a { background-color: rgb(174,221,192); }
div.DivClassName
{
background-color: #AEDDC0;
}
.BgClassName
{
background-color: #AEDDC0;
}
</style>
border-color css
<style>
span { border-color: #AEDDC0; }
span { border-color: rgb(174,221,192); }
td.TdClassName
{
border-color: #AEDDC0;
}
.TagClassName
{
border-color: #AEDDC0;
}
</style>