Shades of Fringy Flower #ADDBB8
Tints of Fringy Flower #ADDBB8
RGB
CMYK
RGB Variations
Color information
#ADDBB8 (or 0xADDBB8) is known color: Fringy Flower. HEX triplet: AD, DB and B8. RGB value is (173,219,184). Sum of RGB (Red+Green+Blue) = 173+219+184=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBB8 is #522447. Grayscale: #C9C9C9. Windows color (decimal): -5383240 or 12114861. OLE color: 12114861.
HSL color Cylindrical-coordinate representation of color #ADDBB8: hue angle of 134.35º degrees, saturation: 0.39, 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 #ADDBB8 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 184 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.14 |
| HSL | 134.35º | 0.39% | 0.77% | - |
| HSV(B) | 134.35º | 0.21% | 0.86% | - |
| XYZ | 51.22 | 63.01 | 54.81 | - |
| YUV | 201.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 184 | 0.21 | 0 | 0.16 | 0.14 | 134.35 | 0.39 | 0.77 |
| Hex | AD | DB | B8 | 15 | 0 | 10 | E | 86 | 27 | 4D |
| Octal | 255 | 333 | 270 | 25 | 0 | 20 | 16 | 206 | 47 | 115 |
| Binary | 10101101 | 11011011 | 10111000 | 10101 | 0 | 10000 | 1110 | 10000110 | 100111 | 1001101 |
Color Harmonies of #ADDBB8
Complementary color
Monochromatic Colors of #ADDBB8
Black with #ADDBB8
Text Example
Text Example
White with #ADDBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBB8; }
p { color: rgb(173,219,184); }
H1.HeaderClassName
{
color: #ADDBB8;
}
.AnyTagClassName
{
color: #ADDBB8;
}
</style>
background-color css
<style>
a { background-color: #ADDBB8; }
a { background-color: rgb(173,219,184); }
div.DivClassName
{
background-color: #ADDBB8;
}
.BgClassName
{
background-color: #ADDBB8;
}
</style>
border-color css
<style>
span { border-color: #ADDBB8; }
span { border-color: rgb(173,219,184); }
td.TdClassName
{
border-color: #ADDBB8;
}
.TagClassName
{
border-color: #ADDBB8;
}
</style>