Shades of Fringy Flower #ADDDBE
Tints of Fringy Flower #ADDDBE
RGB
CMYK
RGB Variations
Color information
#ADDDBE (or 0xADDDBE) is known color: Fringy Flower. HEX triplet: AD, DD and BE. RGB value is (173,221,190). Sum of RGB (Red+Green+Blue) = 173+221+190=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDBE is #522241. Grayscale: #CBCBCB. Windows color (decimal): -5382722 or 12508589. OLE color: 12508589.
HSL color Cylindrical-coordinate representation of color #ADDDBE: hue angle of 141.25º 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 #ADDDBE is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 190 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.13 |
| HSL | 141.25º | 0.41% | 0.77% | - |
| HSV(B) | 141.25º | 0.22% | 0.87% | - |
| XYZ | 52.38 | 64.31 | 58.37 | - |
| YUV | 203.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 190 | 0.22 | 0 | 0.14 | 0.13 | 141.25 | 0.41 | 0.77 |
| Hex | AD | DD | BE | 16 | 0 | E | D | 8D | 29 | 4D |
| Octal | 255 | 335 | 276 | 26 | 0 | 16 | 15 | 215 | 51 | 115 |
| Binary | 10101101 | 11011101 | 10111110 | 10110 | 0 | 1110 | 1101 | 10001101 | 101001 | 1001101 |
Color Harmonies of #ADDDBE
Complementary color
Monochromatic Colors of #ADDDBE
Black with #ADDDBE
Text Example
Text Example
White with #ADDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDBE; }
p { color: rgb(173,221,190); }
H1.HeaderClassName
{
color: #ADDDBE;
}
.AnyTagClassName
{
color: #ADDDBE;
}
</style>
background-color css
<style>
a { background-color: #ADDDBE; }
a { background-color: rgb(173,221,190); }
div.DivClassName
{
background-color: #ADDDBE;
}
.BgClassName
{
background-color: #ADDDBE;
}
</style>
border-color css
<style>
span { border-color: #ADDDBE; }
span { border-color: rgb(173,221,190); }
td.TdClassName
{
border-color: #ADDDBE;
}
.TagClassName
{
border-color: #ADDDBE;
}
</style>