Shades of Fringy Flower #AEDEC1
Tints of Fringy Flower #AEDEC1
RGB
CMYK
RGB Variations
Color information
#AEDEC1 (or 0xAEDEC1) is known color: Fringy Flower. HEX triplet: AE, DE and C1. RGB value is (174,222,193). Sum of RGB (Red+Green+Blue) = 174+222+193=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEC1 is #51213E. Grayscale: #CCCCCC. Windows color (decimal): -5316927 or 12705454. OLE color: 12705454.
HSL color Cylindrical-coordinate representation of color #AEDEC1: hue angle of 143.75º 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 #AEDEC1 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 193 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.13 |
| HSL | 143.75º | 0.42% | 0.78% | - |
| HSV(B) | 143.75º | 0.22% | 0.87% | - |
| XYZ | 53.2 | 65.09 | 60.21 | - |
| YUV | 204.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 193 | 0.22 | 0 | 0.13 | 0.13 | 143.75 | 0.42 | 0.78 |
| Hex | AE | DE | C1 | 16 | 0 | D | D | 90 | 2A | 4E |
| Octal | 256 | 336 | 301 | 26 | 0 | 15 | 15 | 220 | 52 | 116 |
| Binary | 10101110 | 11011110 | 11000001 | 10110 | 0 | 1101 | 1101 | 10010000 | 101010 | 1001110 |
Color Harmonies of #AEDEC1
Complementary color
Monochromatic Colors of #AEDEC1
Black with #AEDEC1
Text Example
Text Example
White with #AEDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEC1; }
p { color: rgb(174,222,193); }
H1.HeaderClassName
{
color: #AEDEC1;
}
.AnyTagClassName
{
color: #AEDEC1;
}
</style>
background-color css
<style>
a { background-color: #AEDEC1; }
a { background-color: rgb(174,222,193); }
div.DivClassName
{
background-color: #AEDEC1;
}
.BgClassName
{
background-color: #AEDEC1;
}
</style>
border-color css
<style>
span { border-color: #AEDEC1; }
span { border-color: rgb(174,222,193); }
td.TdClassName
{
border-color: #AEDEC1;
}
.TagClassName
{
border-color: #AEDEC1;
}
</style>