Shades of Fringy Flower #ADDCB5
Tints of Fringy Flower #ADDCB5
RGB
CMYK
RGB Variations
Color information
#ADDCB5 (or 0xADDCB5) is known color: Fringy Flower. HEX triplet: AD, DC and B5. RGB value is (173,220,181). Sum of RGB (Red+Green+Blue) = 173+220+181=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCB5 is #52234A. Grayscale: #C9C9C9. Windows color (decimal): -5382987 or 11918509. OLE color: 11918509.
HSL color Cylindrical-coordinate representation of color #ADDCB5: hue angle of 130.21º 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 #ADDCB5 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 181 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.14 |
| HSL | 130.21º | 0.4% | 0.77% | - |
| HSV(B) | 130.21º | 0.21% | 0.86% | - |
| XYZ | 51.17 | 63.41 | 53.26 | - |
| YUV | 201.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 181 | 0.21 | 0 | 0.18 | 0.14 | 130.21 | 0.4 | 0.77 |
| Hex | AD | DC | B5 | 15 | 0 | 12 | E | 82 | 28 | 4D |
| Octal | 255 | 334 | 265 | 25 | 0 | 22 | 16 | 202 | 50 | 115 |
| Binary | 10101101 | 11011100 | 10110101 | 10101 | 0 | 10010 | 1110 | 10000010 | 101000 | 1001101 |
Color Harmonies of #ADDCB5
Complementary color
Monochromatic Colors of #ADDCB5
Black with #ADDCB5
Text Example
Text Example
White with #ADDCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCB5; }
p { color: rgb(173,220,181); }
H1.HeaderClassName
{
color: #ADDCB5;
}
.AnyTagClassName
{
color: #ADDCB5;
}
</style>
background-color css
<style>
a { background-color: #ADDCB5; }
a { background-color: rgb(173,220,181); }
div.DivClassName
{
background-color: #ADDCB5;
}
.BgClassName
{
background-color: #ADDCB5;
}
</style>
border-color css
<style>
span { border-color: #ADDCB5; }
span { border-color: rgb(173,220,181); }
td.TdClassName
{
border-color: #ADDCB5;
}
.TagClassName
{
border-color: #ADDCB5;
}
</style>