Shades of Fringy Flower #AEDCBD
Tints of Fringy Flower #AEDCBD
RGB
CMYK
RGB Variations
Color information
#AEDCBD (or 0xAEDCBD) is known color: Fringy Flower. HEX triplet: AE, DC and BD. RGB value is (174,220,189). Sum of RGB (Red+Green+Blue) = 174+220+189=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCBD is #512342. Grayscale: #CACACA. Windows color (decimal): -5317443 or 12442798. OLE color: 12442798.
HSL color Cylindrical-coordinate representation of color #AEDCBD: hue angle of 139.57º 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 #AEDCBD is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 189 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.14 |
| HSL | 139.57º | 0.4% | 0.77% | - |
| HSV(B) | 139.57º | 0.21% | 0.86% | - |
| XYZ | 52.23 | 63.86 | 57.72 | - |
| YUV | 202.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 189 | 0.21 | 0 | 0.14 | 0.14 | 139.57 | 0.4 | 0.77 |
| Hex | AE | DC | BD | 15 | 0 | E | E | 8C | 28 | 4D |
| Octal | 256 | 334 | 275 | 25 | 0 | 16 | 16 | 214 | 50 | 115 |
| Binary | 10101110 | 11011100 | 10111101 | 10101 | 0 | 1110 | 1110 | 10001100 | 101000 | 1001101 |
Color Harmonies of #AEDCBD
Complementary color
Monochromatic Colors of #AEDCBD
Black with #AEDCBD
Text Example
Text Example
White with #AEDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCBD; }
p { color: rgb(174,220,189); }
H1.HeaderClassName
{
color: #AEDCBD;
}
.AnyTagClassName
{
color: #AEDCBD;
}
</style>
background-color css
<style>
a { background-color: #AEDCBD; }
a { background-color: rgb(174,220,189); }
div.DivClassName
{
background-color: #AEDCBD;
}
.BgClassName
{
background-color: #AEDCBD;
}
</style>
border-color css
<style>
span { border-color: #AEDCBD; }
span { border-color: rgb(174,220,189); }
td.TdClassName
{
border-color: #AEDCBD;
}
.TagClassName
{
border-color: #AEDCBD;
}
</style>