Shades of Fringy Flower #AEDFC0
Tints of Fringy Flower #AEDFC0
RGB
CMYK
RGB Variations
Color information
#AEDFC0 (or 0xAEDFC0) is known color: Fringy Flower. HEX triplet: AE, DF and C0. RGB value is (174,223,192). Sum of RGB (Red+Green+Blue) = 174+223+192=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFC0 is #51203F. Grayscale: #CCCCCC. Windows color (decimal): -5316672 or 12640174. OLE color: 12640174.
HSL color Cylindrical-coordinate representation of color #AEDFC0: hue angle of 142.04º degrees, saturation: 0.43, 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 #AEDFC0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 192 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.13 |
| HSL | 142.04º | 0.43% | 0.78% | - |
| HSV(B) | 142.04º | 0.22% | 0.87% | - |
| XYZ | 53.36 | 65.58 | 59.72 | - |
| YUV | 204.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 192 | 0.22 | 0 | 0.14 | 0.13 | 142.04 | 0.43 | 0.78 |
| Hex | AE | DF | C0 | 16 | 0 | E | D | 8E | 2B | 4E |
| Octal | 256 | 337 | 300 | 26 | 0 | 16 | 15 | 216 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11000000 | 10110 | 0 | 1110 | 1101 | 10001110 | 101011 | 1001110 |
Color Harmonies of #AEDFC0
Complementary color
Monochromatic Colors of #AEDFC0
Black with #AEDFC0
Text Example
Text Example
White with #AEDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFC0; }
p { color: rgb(174,223,192); }
H1.HeaderClassName
{
color: #AEDFC0;
}
.AnyTagClassName
{
color: #AEDFC0;
}
</style>
background-color css
<style>
a { background-color: #AEDFC0; }
a { background-color: rgb(174,223,192); }
div.DivClassName
{
background-color: #AEDFC0;
}
.BgClassName
{
background-color: #AEDFC0;
}
</style>
border-color css
<style>
span { border-color: #AEDFC0; }
span { border-color: rgb(174,223,192); }
td.TdClassName
{
border-color: #AEDFC0;
}
.TagClassName
{
border-color: #AEDFC0;
}
</style>