Shades of Fringy Flower #AADFBE
Tints of Fringy Flower #AADFBE
RGB
CMYK
RGB Variations
Color information
#AADFBE (or 0xAADFBE) is known color: Fringy Flower. HEX triplet: AA, DF and BE. RGB value is (170,223,190). Sum of RGB (Red+Green+Blue) = 170+223+190=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFBE is #552041. Grayscale: #CBCBCB. Windows color (decimal): -5578818 or 12509098. OLE color: 12509098.
HSL color Cylindrical-coordinate representation of color #AADFBE: hue angle of 142.64º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFBE is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 190 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.13 |
| HSL | 142.64º | 0.45% | 0.77% | - |
| HSV(B) | 142.64º | 0.24% | 0.87% | - |
| XYZ | 52.26 | 65.04 | 58.51 | - |
| YUV | 203.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 190 | 0.24 | 0 | 0.15 | 0.13 | 142.64 | 0.45 | 0.77 |
| Hex | AA | DF | BE | 18 | 0 | F | D | 8F | 2D | 4D |
| Octal | 252 | 337 | 276 | 30 | 0 | 17 | 15 | 217 | 55 | 115 |
| Binary | 10101010 | 11011111 | 10111110 | 11000 | 0 | 1111 | 1101 | 10001111 | 101101 | 1001101 |
Color Harmonies of #AADFBE
Complementary color
Monochromatic Colors of #AADFBE
Black with #AADFBE
Text Example
Text Example
White with #AADFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFBE; }
p { color: rgb(170,223,190); }
H1.HeaderClassName
{
color: #AADFBE;
}
.AnyTagClassName
{
color: #AADFBE;
}
</style>
background-color css
<style>
a { background-color: #AADFBE; }
a { background-color: rgb(170,223,190); }
div.DivClassName
{
background-color: #AADFBE;
}
.BgClassName
{
background-color: #AADFBE;
}
</style>
border-color css
<style>
span { border-color: #AADFBE; }
span { border-color: rgb(170,223,190); }
td.TdClassName
{
border-color: #AADFBE;
}
.TagClassName
{
border-color: #AADFBE;
}
</style>