Shades of Fringy Flower #ADDABD
Tints of Fringy Flower #ADDABD
RGB
CMYK
RGB Variations
Color information
#ADDABD (or 0xADDABD) is known color: Fringy Flower. HEX triplet: AD, DA and BD. RGB value is (173,218,189). Sum of RGB (Red+Green+Blue) = 173+218+189=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDABD is #522542. Grayscale: #C9C9C9. Windows color (decimal): -5383491 or 12442285. OLE color: 12442285.
HSL color Cylindrical-coordinate representation of color #ADDABD: hue angle of 141.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDABD is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 189 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.15 |
| HSL | 141.33º | 0.38% | 0.77% | - |
| HSV(B) | 141.33º | 0.21% | 0.85% | - |
| XYZ | 51.49 | 62.7 | 57.53 | - |
| YUV | 201.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 189 | 0.21 | 0 | 0.13 | 0.15 | 141.33 | 0.38 | 0.77 |
| Hex | AD | DA | BD | 15 | 0 | D | F | 8D | 26 | 4D |
| Octal | 255 | 332 | 275 | 25 | 0 | 15 | 17 | 215 | 46 | 115 |
| Binary | 10101101 | 11011010 | 10111101 | 10101 | 0 | 1101 | 1111 | 10001101 | 100110 | 1001101 |
Color Harmonies of #ADDABD
Complementary color
Monochromatic Colors of #ADDABD
Black with #ADDABD
Text Example
Text Example
White with #ADDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDABD; }
p { color: rgb(173,218,189); }
H1.HeaderClassName
{
color: #ADDABD;
}
.AnyTagClassName
{
color: #ADDABD;
}
</style>
background-color css
<style>
a { background-color: #ADDABD; }
a { background-color: rgb(173,218,189); }
div.DivClassName
{
background-color: #ADDABD;
}
.BgClassName
{
background-color: #ADDABD;
}
</style>
border-color css
<style>
span { border-color: #ADDABD; }
span { border-color: rgb(173,218,189); }
td.TdClassName
{
border-color: #ADDABD;
}
.TagClassName
{
border-color: #ADDABD;
}
</style>