Shades of Fringy Flower #ADDEBC
Tints of Fringy Flower #ADDEBC
RGB
CMYK
RGB Variations
Color information
#ADDEBC (or 0xADDEBC) is known color: Fringy Flower. HEX triplet: AD, DE and BC. RGB value is (173,222,188). Sum of RGB (Red+Green+Blue) = 173+222+188=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEBC is #522143. Grayscale: #CBCBCB. Windows color (decimal): -5382468 or 12377773. OLE color: 12377773.
HSL color Cylindrical-coordinate representation of color #ADDEBC: hue angle of 138.37º 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 #ADDEBC is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 188 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.13 |
| HSL | 138.37º | 0.43% | 0.77% | - |
| HSV(B) | 138.37º | 0.22% | 0.87% | - |
| XYZ | 52.43 | 64.76 | 57.31 | - |
| YUV | 203.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 188 | 0.22 | 0 | 0.15 | 0.13 | 138.37 | 0.43 | 0.77 |
| Hex | AD | DE | BC | 16 | 0 | F | D | 8A | 2B | 4D |
| Octal | 255 | 336 | 274 | 26 | 0 | 17 | 15 | 212 | 53 | 115 |
| Binary | 10101101 | 11011110 | 10111100 | 10110 | 0 | 1111 | 1101 | 10001010 | 101011 | 1001101 |
Color Harmonies of #ADDEBC
Complementary color
Monochromatic Colors of #ADDEBC
Black with #ADDEBC
Text Example
Text Example
White with #ADDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEBC; }
p { color: rgb(173,222,188); }
H1.HeaderClassName
{
color: #ADDEBC;
}
.AnyTagClassName
{
color: #ADDEBC;
}
</style>
background-color css
<style>
a { background-color: #ADDEBC; }
a { background-color: rgb(173,222,188); }
div.DivClassName
{
background-color: #ADDEBC;
}
.BgClassName
{
background-color: #ADDEBC;
}
</style>
border-color css
<style>
span { border-color: #ADDEBC; }
span { border-color: rgb(173,222,188); }
td.TdClassName
{
border-color: #ADDEBC;
}
.TagClassName
{
border-color: #ADDEBC;
}
</style>