Shades of Fringy Flower #ADDFBD
Tints of Fringy Flower #ADDFBD
RGB
CMYK
RGB Variations
Color information
#ADDFBD (or 0xADDFBD) is known color: Fringy Flower. HEX triplet: AD, DF and BD. RGB value is (173,223,189). Sum of RGB (Red+Green+Blue) = 173+223+189=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFBD is #522042. Grayscale: #CCCCCC. Windows color (decimal): -5382211 or 12443565. OLE color: 12443565.
HSL color Cylindrical-coordinate representation of color #ADDFBD: hue angle of 139.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFBD is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 189 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.13 |
| HSL | 139.2º | 0.44% | 0.78% | - |
| HSV(B) | 139.2º | 0.22% | 0.87% | - |
| XYZ | 52.81 | 65.33 | 57.97 | - |
| YUV | 204.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 189 | 0.22 | 0 | 0.15 | 0.13 | 139.2 | 0.44 | 0.78 |
| Hex | AD | DF | BD | 16 | 0 | F | D | 8B | 2C | 4E |
| Octal | 255 | 337 | 275 | 26 | 0 | 17 | 15 | 213 | 54 | 116 |
| Binary | 10101101 | 11011111 | 10111101 | 10110 | 0 | 1111 | 1101 | 10001011 | 101100 | 1001110 |
Color Harmonies of #ADDFBD
Complementary color
Monochromatic Colors of #ADDFBD
Black with #ADDFBD
Text Example
Text Example
White with #ADDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFBD; }
p { color: rgb(173,223,189); }
H1.HeaderClassName
{
color: #ADDFBD;
}
.AnyTagClassName
{
color: #ADDFBD;
}
</style>
background-color css
<style>
a { background-color: #ADDFBD; }
a { background-color: rgb(173,223,189); }
div.DivClassName
{
background-color: #ADDFBD;
}
.BgClassName
{
background-color: #ADDFBD;
}
</style>
border-color css
<style>
span { border-color: #ADDFBD; }
span { border-color: rgb(173,223,189); }
td.TdClassName
{
border-color: #ADDFBD;
}
.TagClassName
{
border-color: #ADDFBD;
}
</style>