Shades of Fringy Flower #AEDEB6
Tints of Fringy Flower #AEDEB6
RGB
CMYK
RGB Variations
Color information
#AEDEB6 (or 0xAEDEB6) is known color: Fringy Flower. HEX triplet: AE, DE and B6. RGB value is (174,222,182). Sum of RGB (Red+Green+Blue) = 174+222+182=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEB6 is #512149. Grayscale: #CBCBCB. Windows color (decimal): -5316938 or 11984558. OLE color: 11984558.
HSL color Cylindrical-coordinate representation of color #AEDEB6: hue angle of 130º 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 #AEDEB6 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 182 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.13 |
| HSL | 130º | 0.42% | 0.78% | - |
| HSV(B) | 130º | 0.22% | 0.87% | - |
| XYZ | 52.02 | 64.62 | 53.99 | - |
| YUV | 203.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 182 | 0.22 | 0 | 0.18 | 0.13 | 130 | 0.42 | 0.78 |
| Hex | AE | DE | B6 | 16 | 0 | 12 | D | 82 | 2A | 4E |
| Octal | 256 | 336 | 266 | 26 | 0 | 22 | 15 | 202 | 52 | 116 |
| Binary | 10101110 | 11011110 | 10110110 | 10110 | 0 | 10010 | 1101 | 10000010 | 101010 | 1001110 |
Color Harmonies of #AEDEB6
Complementary color
Monochromatic Colors of #AEDEB6
Black with #AEDEB6
Text Example
Text Example
White with #AEDEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEB6; }
p { color: rgb(174,222,182); }
H1.HeaderClassName
{
color: #AEDEB6;
}
.AnyTagClassName
{
color: #AEDEB6;
}
</style>
background-color css
<style>
a { background-color: #AEDEB6; }
a { background-color: rgb(174,222,182); }
div.DivClassName
{
background-color: #AEDEB6;
}
.BgClassName
{
background-color: #AEDEB6;
}
</style>
border-color css
<style>
span { border-color: #AEDEB6; }
span { border-color: rgb(174,222,182); }
td.TdClassName
{
border-color: #AEDEB6;
}
.TagClassName
{
border-color: #AEDEB6;
}
</style>