Shades of Fringy Flower #ADDABC
Tints of Fringy Flower #ADDABC
RGB
CMYK
RGB Variations
Color information
#ADDABC (or 0xADDABC) is known color: Fringy Flower. HEX triplet: AD, DA and BC. RGB value is (173,218,188). Sum of RGB (Red+Green+Blue) = 173+218+188=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDABC is #522543. Grayscale: #C9C9C9. Windows color (decimal): -5383492 or 12376749. OLE color: 12376749.
HSL color Cylindrical-coordinate representation of color #ADDABC: hue angle of 140º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDABC is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 188 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.15 |
| HSL | 140º | 0.38% | 0.77% | - |
| HSV(B) | 140º | 0.21% | 0.85% | - |
| XYZ | 51.38 | 62.66 | 56.96 | - |
| YUV | 201.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 188 | 0.21 | 0 | 0.14 | 0.15 | 140 | 0.38 | 0.77 |
| Hex | AD | DA | BC | 15 | 0 | E | F | 8C | 26 | 4D |
| Octal | 255 | 332 | 274 | 25 | 0 | 16 | 17 | 214 | 46 | 115 |
| Binary | 10101101 | 11011010 | 10111100 | 10101 | 0 | 1110 | 1111 | 10001100 | 100110 | 1001101 |
Color Harmonies of #ADDABC
Complementary color
Monochromatic Colors of #ADDABC
Black with #ADDABC
Text Example
Text Example
White with #ADDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDABC; }
p { color: rgb(173,218,188); }
H1.HeaderClassName
{
color: #ADDABC;
}
.AnyTagClassName
{
color: #ADDABC;
}
</style>
background-color css
<style>
a { background-color: #ADDABC; }
a { background-color: rgb(173,218,188); }
div.DivClassName
{
background-color: #ADDABC;
}
.BgClassName
{
background-color: #ADDABC;
}
</style>
border-color css
<style>
span { border-color: #ADDABC; }
span { border-color: rgb(173,218,188); }
td.TdClassName
{
border-color: #ADDABC;
}
.TagClassName
{
border-color: #ADDABC;
}
</style>