Shades of Fringy Flower #AEDEB7
Tints of Fringy Flower #AEDEB7
RGB
CMYK
RGB Variations
Color information
#AEDEB7 (or 0xAEDEB7) is known color: Fringy Flower. HEX triplet: AE, DE and B7. RGB value is (174,222,183). Sum of RGB (Red+Green+Blue) = 174+222+183=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEB7 is #512148. Grayscale: #CBCBCB. Windows color (decimal): -5316937 or 12050094. OLE color: 12050094.
HSL color Cylindrical-coordinate representation of color #AEDEB7: hue angle of 131.25º 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 #AEDEB7 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 183 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.13 |
| HSL | 131.25º | 0.42% | 0.78% | - |
| HSV(B) | 131.25º | 0.22% | 0.87% | - |
| XYZ | 52.12 | 64.66 | 54.53 | - |
| YUV | 203.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 183 | 0.22 | 0 | 0.18 | 0.13 | 131.25 | 0.42 | 0.78 |
| Hex | AE | DE | B7 | 16 | 0 | 12 | D | 83 | 2A | 4E |
| Octal | 256 | 336 | 267 | 26 | 0 | 22 | 15 | 203 | 52 | 116 |
| Binary | 10101110 | 11011110 | 10110111 | 10110 | 0 | 10010 | 1101 | 10000011 | 101010 | 1001110 |
Color Harmonies of #AEDEB7
Complementary color
Monochromatic Colors of #AEDEB7
Black with #AEDEB7
Text Example
Text Example
White with #AEDEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEB7; }
p { color: rgb(174,222,183); }
H1.HeaderClassName
{
color: #AEDEB7;
}
.AnyTagClassName
{
color: #AEDEB7;
}
</style>
background-color css
<style>
a { background-color: #AEDEB7; }
a { background-color: rgb(174,222,183); }
div.DivClassName
{
background-color: #AEDEB7;
}
.BgClassName
{
background-color: #AEDEB7;
}
</style>
border-color css
<style>
span { border-color: #AEDEB7; }
span { border-color: rgb(174,222,183); }
td.TdClassName
{
border-color: #AEDEB7;
}
.TagClassName
{
border-color: #AEDEB7;
}
</style>