Shades of Fringy Flower #ADDEBE
Tints of Fringy Flower #ADDEBE
RGB
CMYK
RGB Variations
Color information
#ADDEBE (or 0xADDEBE) is known color: Fringy Flower. HEX triplet: AD, DE and BE. RGB value is (173,222,190). Sum of RGB (Red+Green+Blue) = 173+222+190=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEBE is #522141. Grayscale: #CBCBCB. Windows color (decimal): -5382466 or 12508845. OLE color: 12508845.
HSL color Cylindrical-coordinate representation of color #ADDEBE: hue angle of 140.82º 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 #ADDEBE is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 190 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.13 |
| HSL | 140.82º | 0.43% | 0.77% | - |
| HSV(B) | 140.82º | 0.22% | 0.87% | - |
| XYZ | 52.65 | 64.84 | 58.46 | - |
| YUV | 203.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 190 | 0.22 | 0 | 0.14 | 0.13 | 140.82 | 0.43 | 0.77 |
| Hex | AD | DE | BE | 16 | 0 | E | D | 8D | 2B | 4D |
| Octal | 255 | 336 | 276 | 26 | 0 | 16 | 15 | 215 | 53 | 115 |
| Binary | 10101101 | 11011110 | 10111110 | 10110 | 0 | 1110 | 1101 | 10001101 | 101011 | 1001101 |
Color Harmonies of #ADDEBE
Complementary color
Monochromatic Colors of #ADDEBE
Black with #ADDEBE
Text Example
Text Example
White with #ADDEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEBE; }
p { color: rgb(173,222,190); }
H1.HeaderClassName
{
color: #ADDEBE;
}
.AnyTagClassName
{
color: #ADDEBE;
}
</style>
background-color css
<style>
a { background-color: #ADDEBE; }
a { background-color: rgb(173,222,190); }
div.DivClassName
{
background-color: #ADDEBE;
}
.BgClassName
{
background-color: #ADDEBE;
}
</style>
border-color css
<style>
span { border-color: #ADDEBE; }
span { border-color: rgb(173,222,190); }
td.TdClassName
{
border-color: #ADDEBE;
}
.TagClassName
{
border-color: #ADDEBE;
}
</style>