Shades of Fringy Flower #ADDEB5
Tints of Fringy Flower #ADDEB5
RGB
CMYK
RGB Variations
Color information
#ADDEB5 (or 0xADDEB5) is known color: Fringy Flower. HEX triplet: AD, DE and B5. RGB value is (173,222,181). Sum of RGB (Red+Green+Blue) = 173+222+181=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEB5 is #52214A. Grayscale: #CACACA. Windows color (decimal): -5382475 or 11919021. OLE color: 11919021.
HSL color Cylindrical-coordinate representation of color #ADDEB5: hue angle of 129.8º degrees, saturation: 0.43, 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 #ADDEB5 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 181 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.13 |
| HSL | 129.8º | 0.43% | 0.77% | - |
| HSV(B) | 129.8º | 0.22% | 0.87% | - |
| XYZ | 51.7 | 64.46 | 53.43 | - |
| YUV | 202.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 181 | 0.22 | 0 | 0.18 | 0.13 | 129.8 | 0.43 | 0.77 |
| Hex | AD | DE | B5 | 16 | 0 | 12 | D | 82 | 2B | 4D |
| Octal | 255 | 336 | 265 | 26 | 0 | 22 | 15 | 202 | 53 | 115 |
| Binary | 10101101 | 11011110 | 10110101 | 10110 | 0 | 10010 | 1101 | 10000010 | 101011 | 1001101 |
Color Harmonies of #ADDEB5
Complementary color
Monochromatic Colors of #ADDEB5
Black with #ADDEB5
Text Example
Text Example
White with #ADDEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEB5; }
p { color: rgb(173,222,181); }
H1.HeaderClassName
{
color: #ADDEB5;
}
.AnyTagClassName
{
color: #ADDEB5;
}
</style>
background-color css
<style>
a { background-color: #ADDEB5; }
a { background-color: rgb(173,222,181); }
div.DivClassName
{
background-color: #ADDEB5;
}
.BgClassName
{
background-color: #ADDEB5;
}
</style>
border-color css
<style>
span { border-color: #ADDEB5; }
span { border-color: rgb(173,222,181); }
td.TdClassName
{
border-color: #ADDEB5;
}
.TagClassName
{
border-color: #ADDEB5;
}
</style>