Shades of Fringy Flower #AEDCC0
Tints of Fringy Flower #AEDCC0
RGB
CMYK
RGB Variations
Color information
#AEDCC0 (or 0xAEDCC0) is known color: Fringy Flower. HEX triplet: AE, DC and C0. RGB value is (174,220,192). Sum of RGB (Red+Green+Blue) = 174+220+192=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCC0 is #51233F. Grayscale: #CBCBCB. Windows color (decimal): -5317440 or 12639406. OLE color: 12639406.
HSL color Cylindrical-coordinate representation of color #AEDCC0: hue angle of 143.48º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCC0 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 192 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.14 |
| HSL | 143.48º | 0.4% | 0.77% | - |
| HSV(B) | 143.48º | 0.21% | 0.86% | - |
| XYZ | 52.56 | 63.99 | 59.45 | - |
| YUV | 203.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 192 | 0.21 | 0 | 0.13 | 0.14 | 143.48 | 0.4 | 0.77 |
| Hex | AE | DC | C0 | 15 | 0 | D | E | 8F | 28 | 4D |
| Octal | 256 | 334 | 300 | 25 | 0 | 15 | 16 | 217 | 50 | 115 |
| Binary | 10101110 | 11011100 | 11000000 | 10101 | 0 | 1101 | 1110 | 10001111 | 101000 | 1001101 |
Color Harmonies of #AEDCC0
Complementary color
Monochromatic Colors of #AEDCC0
Black with #AEDCC0
Text Example
Text Example
White with #AEDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCC0; }
p { color: rgb(174,220,192); }
H1.HeaderClassName
{
color: #AEDCC0;
}
.AnyTagClassName
{
color: #AEDCC0;
}
</style>
background-color css
<style>
a { background-color: #AEDCC0; }
a { background-color: rgb(174,220,192); }
div.DivClassName
{
background-color: #AEDCC0;
}
.BgClassName
{
background-color: #AEDCC0;
}
</style>
border-color css
<style>
span { border-color: #AEDCC0; }
span { border-color: rgb(174,220,192); }
td.TdClassName
{
border-color: #AEDCC0;
}
.TagClassName
{
border-color: #AEDCC0;
}
</style>