Shades of Fringy Flower #A7DDB8
Tints of Fringy Flower #A7DDB8
RGB
CMYK
RGB Variations
Color information
#A7DDB8 (or 0xA7DDB8) is known color: Fringy Flower. HEX triplet: A7, DD and B8. RGB value is (167,221,184). Sum of RGB (Red+Green+Blue) = 167+221+184=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DDB8 is #582247. Grayscale: #C8C8C8. Windows color (decimal): -5775944 or 12115367. OLE color: 12115367.
HSL color Cylindrical-coordinate representation of color #A7DDB8: hue angle of 138.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DDB8 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 184 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.13 |
| HSL | 138.89º | 0.44% | 0.76% | - |
| HSV(B) | 138.89º | 0.24% | 0.87% | - |
| XYZ | 50.44 | 63.39 | 54.92 | - |
| YUV | 200.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 184 | 0.24 | 0 | 0.17 | 0.13 | 138.89 | 0.44 | 0.76 |
| Hex | A7 | DD | B8 | 18 | 0 | 11 | D | 8B | 2C | 4C |
| Octal | 247 | 335 | 270 | 30 | 0 | 21 | 15 | 213 | 54 | 114 |
| Binary | 10100111 | 11011101 | 10111000 | 11000 | 0 | 10001 | 1101 | 10001011 | 101100 | 1001100 |
Color Harmonies of #A7DDB8
Complementary color
Monochromatic Colors of #A7DDB8
Black with #A7DDB8
Text Example
Text Example
White with #A7DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DDB8; }
p { color: rgb(167,221,184); }
H1.HeaderClassName
{
color: #A7DDB8;
}
.AnyTagClassName
{
color: #A7DDB8;
}
</style>
background-color css
<style>
a { background-color: #A7DDB8; }
a { background-color: rgb(167,221,184); }
div.DivClassName
{
background-color: #A7DDB8;
}
.BgClassName
{
background-color: #A7DDB8;
}
</style>
border-color css
<style>
span { border-color: #A7DDB8; }
span { border-color: rgb(167,221,184); }
td.TdClassName
{
border-color: #A7DDB8;
}
.TagClassName
{
border-color: #A7DDB8;
}
</style>