Shades of Fringy Flower #A7DDB6
Tints of Fringy Flower #A7DDB6
RGB
CMYK
RGB Variations
Color information
#A7DDB6 (or 0xA7DDB6) is known color: Fringy Flower. HEX triplet: A7, DD and B6. RGB value is (167,221,182). Sum of RGB (Red+Green+Blue) = 167+221+182=570 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.30% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DDB6 is #582249. Grayscale: #C8C8C8. Windows color (decimal): -5775946 or 11984295. OLE color: 11984295.
HSL color Cylindrical-coordinate representation of color #A7DDB6: hue angle of 136.67º 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 #A7DDB6 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 182 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.13 |
| HSL | 136.67º | 0.44% | 0.76% | - |
| HSV(B) | 136.67º | 0.24% | 0.87% | - |
| XYZ | 50.24 | 63.31 | 53.83 | - |
| YUV | 200.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 182 | 0.24 | 0 | 0.18 | 0.13 | 136.67 | 0.44 | 0.76 |
| Hex | A7 | DD | B6 | 18 | 0 | 12 | D | 89 | 2C | 4C |
| Octal | 247 | 335 | 266 | 30 | 0 | 22 | 15 | 211 | 54 | 114 |
| Binary | 10100111 | 11011101 | 10110110 | 11000 | 0 | 10010 | 1101 | 10001001 | 101100 | 1001100 |
Color Harmonies of #A7DDB6
Complementary color
Monochromatic Colors of #A7DDB6
Black with #A7DDB6
Text Example
Text Example
White with #A7DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DDB6; }
p { color: rgb(167,221,182); }
H1.HeaderClassName
{
color: #A7DDB6;
}
.AnyTagClassName
{
color: #A7DDB6;
}
</style>
background-color css
<style>
a { background-color: #A7DDB6; }
a { background-color: rgb(167,221,182); }
div.DivClassName
{
background-color: #A7DDB6;
}
.BgClassName
{
background-color: #A7DDB6;
}
</style>
border-color css
<style>
span { border-color: #A7DDB6; }
span { border-color: rgb(167,221,182); }
td.TdClassName
{
border-color: #A7DDB6;
}
.TagClassName
{
border-color: #A7DDB6;
}
</style>