Shades of Fringy Flower #ADDDBC
Tints of Fringy Flower #ADDDBC
RGB
CMYK
RGB Variations
Color information
#ADDDBC (or 0xADDDBC) is known color: Fringy Flower. HEX triplet: AD, DD and BC. RGB value is (173,221,188). Sum of RGB (Red+Green+Blue) = 173+221+188=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDBC is #522243. Grayscale: #CACACA. Windows color (decimal): -5382724 or 12377517. OLE color: 12377517.
HSL color Cylindrical-coordinate representation of color #ADDDBC: hue angle of 138.75º 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 #ADDDBC is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 188 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.13 |
| HSL | 138.75º | 0.41% | 0.77% | - |
| HSV(B) | 138.75º | 0.22% | 0.87% | - |
| XYZ | 52.17 | 64.23 | 57.22 | - |
| YUV | 202.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 188 | 0.22 | 0 | 0.15 | 0.13 | 138.75 | 0.41 | 0.77 |
| Hex | AD | DD | BC | 16 | 0 | F | D | 8B | 29 | 4D |
| Octal | 255 | 335 | 274 | 26 | 0 | 17 | 15 | 213 | 51 | 115 |
| Binary | 10101101 | 11011101 | 10111100 | 10110 | 0 | 1111 | 1101 | 10001011 | 101001 | 1001101 |
Color Harmonies of #ADDDBC
Complementary color
Monochromatic Colors of #ADDDBC
Black with #ADDDBC
Text Example
Text Example
White with #ADDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDBC; }
p { color: rgb(173,221,188); }
H1.HeaderClassName
{
color: #ADDDBC;
}
.AnyTagClassName
{
color: #ADDDBC;
}
</style>
background-color css
<style>
a { background-color: #ADDDBC; }
a { background-color: rgb(173,221,188); }
div.DivClassName
{
background-color: #ADDDBC;
}
.BgClassName
{
background-color: #ADDDBC;
}
</style>
border-color css
<style>
span { border-color: #ADDDBC; }
span { border-color: rgb(173,221,188); }
td.TdClassName
{
border-color: #ADDDBC;
}
.TagClassName
{
border-color: #ADDDBC;
}
</style>