Shades of Fringy Flower #ADDDB5
Tints of Fringy Flower #ADDDB5
RGB
CMYK
RGB Variations
Color information
#ADDDB5 (or 0xADDDB5) is known color: Fringy Flower. HEX triplet: AD, DD and B5. RGB value is (173,221,181). Sum of RGB (Red+Green+Blue) = 173+221+181=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDB5 is #52224A. Grayscale: #CACACA. Windows color (decimal): -5382731 or 11918765. OLE color: 11918765.
HSL color Cylindrical-coordinate representation of color #ADDDB5: hue angle of 130º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDB5 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 181 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.13 |
| HSL | 130º | 0.41% | 0.77% | - |
| HSV(B) | 130º | 0.22% | 0.87% | - |
| XYZ | 51.43 | 63.93 | 53.35 | - |
| YUV | 202.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 181 | 0.22 | 0 | 0.18 | 0.13 | 130 | 0.41 | 0.77 |
| Hex | AD | DD | B5 | 16 | 0 | 12 | D | 82 | 29 | 4D |
| Octal | 255 | 335 | 265 | 26 | 0 | 22 | 15 | 202 | 51 | 115 |
| Binary | 10101101 | 11011101 | 10110101 | 10110 | 0 | 10010 | 1101 | 10000010 | 101001 | 1001101 |
Color Harmonies of #ADDDB5
Complementary color
Monochromatic Colors of #ADDDB5
Black with #ADDDB5
Text Example
Text Example
White with #ADDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDB5; }
p { color: rgb(173,221,181); }
H1.HeaderClassName
{
color: #ADDDB5;
}
.AnyTagClassName
{
color: #ADDDB5;
}
</style>
background-color css
<style>
a { background-color: #ADDDB5; }
a { background-color: rgb(173,221,181); }
div.DivClassName
{
background-color: #ADDDB5;
}
.BgClassName
{
background-color: #ADDDB5;
}
</style>
border-color css
<style>
span { border-color: #ADDDB5; }
span { border-color: rgb(173,221,181); }
td.TdClassName
{
border-color: #ADDDB5;
}
.TagClassName
{
border-color: #ADDDB5;
}
</style>