Shades of Fringy Flower #ADDCBE
Tints of Fringy Flower #ADDCBE
RGB
CMYK
RGB Variations
Color information
#ADDCBE (or 0xADDCBE) is known color: Fringy Flower. HEX triplet: AD, DC and BE. RGB value is (173,220,190). Sum of RGB (Red+Green+Blue) = 173+220+190=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCBE is #522341. Grayscale: #CACACA. Windows color (decimal): -5382978 or 12508333. OLE color: 12508333.
HSL color Cylindrical-coordinate representation of color #ADDCBE: hue angle of 141.7º degrees, saturation: 0.4, 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 #ADDCBE is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 190 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.14 |
| HSL | 141.7º | 0.4% | 0.77% | - |
| HSV(B) | 141.7º | 0.21% | 0.86% | - |
| XYZ | 52.12 | 63.79 | 58.28 | - |
| YUV | 202.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 190 | 0.21 | 0 | 0.14 | 0.14 | 141.7 | 0.4 | 0.77 |
| Hex | AD | DC | BE | 15 | 0 | E | E | 8E | 28 | 4D |
| Octal | 255 | 334 | 276 | 25 | 0 | 16 | 16 | 216 | 50 | 115 |
| Binary | 10101101 | 11011100 | 10111110 | 10101 | 0 | 1110 | 1110 | 10001110 | 101000 | 1001101 |
Color Harmonies of #ADDCBE
Complementary color
Monochromatic Colors of #ADDCBE
Black with #ADDCBE
Text Example
Text Example
White with #ADDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCBE; }
p { color: rgb(173,220,190); }
H1.HeaderClassName
{
color: #ADDCBE;
}
.AnyTagClassName
{
color: #ADDCBE;
}
</style>
background-color css
<style>
a { background-color: #ADDCBE; }
a { background-color: rgb(173,220,190); }
div.DivClassName
{
background-color: #ADDCBE;
}
.BgClassName
{
background-color: #ADDCBE;
}
</style>
border-color css
<style>
span { border-color: #ADDCBE; }
span { border-color: rgb(173,220,190); }
td.TdClassName
{
border-color: #ADDCBE;
}
.TagClassName
{
border-color: #ADDCBE;
}
</style>