Shades of Fringy Flower #AADDB5
Tints of Fringy Flower #AADDB5
RGB
CMYK
RGB Variations
Color information
#AADDB5 (or 0xAADDB5) is known color: Fringy Flower. HEX triplet: AA, DD and B5. RGB value is (170,221,181). Sum of RGB (Red+Green+Blue) = 170+221+181=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDB5 is #55224A. Grayscale: #C9C9C9. Windows color (decimal): -5579339 or 11918762. OLE color: 11918762.
HSL color Cylindrical-coordinate representation of color #AADDB5: hue angle of 132.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADDB5 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 181 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.13 |
| HSL | 132.94º | 0.43% | 0.77% | - |
| HSV(B) | 132.94º | 0.23% | 0.87% | - |
| XYZ | 50.77 | 63.6 | 53.32 | - |
| YUV | 201.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 181 | 0.23 | 0 | 0.18 | 0.13 | 132.94 | 0.43 | 0.77 |
| Hex | AA | DD | B5 | 17 | 0 | 12 | D | 85 | 2B | 4D |
| Octal | 252 | 335 | 265 | 27 | 0 | 22 | 15 | 205 | 53 | 115 |
| Binary | 10101010 | 11011101 | 10110101 | 10111 | 0 | 10010 | 1101 | 10000101 | 101011 | 1001101 |
Color Harmonies of #AADDB5
Complementary color
Monochromatic Colors of #AADDB5
Black with #AADDB5
Text Example
Text Example
White with #AADDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDB5; }
p { color: rgb(170,221,181); }
H1.HeaderClassName
{
color: #AADDB5;
}
.AnyTagClassName
{
color: #AADDB5;
}
</style>
background-color css
<style>
a { background-color: #AADDB5; }
a { background-color: rgb(170,221,181); }
div.DivClassName
{
background-color: #AADDB5;
}
.BgClassName
{
background-color: #AADDB5;
}
</style>
border-color css
<style>
span { border-color: #AADDB5; }
span { border-color: rgb(170,221,181); }
td.TdClassName
{
border-color: #AADDB5;
}
.TagClassName
{
border-color: #AADDB5;
}
</style>