Shades of Fringy Flower #A7DDB4
Tints of Fringy Flower #A7DDB4
RGB
CMYK
RGB Variations
Color information
#A7DDB4 (or 0xA7DDB4) is known color: Fringy Flower. HEX triplet: A7, DD and B4. RGB value is (167,221,180). Sum of RGB (Red+Green+Blue) = 167+221+180=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DDB4 is #58224B. Grayscale: #C8C8C8. Windows color (decimal): -5775948 or 11853223. OLE color: 11853223.
HSL color Cylindrical-coordinate representation of color #A7DDB4: hue angle of 134.44º 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 #A7DDB4 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 180 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.13 |
| HSL | 134.44º | 0.44% | 0.76% | - |
| HSV(B) | 134.44º | 0.24% | 0.87% | - |
| XYZ | 50.03 | 63.22 | 52.75 | - |
| YUV | 200.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 180 | 0.24 | 0 | 0.19 | 0.13 | 134.44 | 0.44 | 0.76 |
| Hex | A7 | DD | B4 | 18 | 0 | 13 | D | 86 | 2C | 4C |
| Octal | 247 | 335 | 264 | 30 | 0 | 23 | 15 | 206 | 54 | 114 |
| Binary | 10100111 | 11011101 | 10110100 | 11000 | 0 | 10011 | 1101 | 10000110 | 101100 | 1001100 |
Color Harmonies of #A7DDB4
Complementary color
Monochromatic Colors of #A7DDB4
Black with #A7DDB4
Text Example
Text Example
White with #A7DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DDB4; }
p { color: rgb(167,221,180); }
H1.HeaderClassName
{
color: #A7DDB4;
}
.AnyTagClassName
{
color: #A7DDB4;
}
</style>
background-color css
<style>
a { background-color: #A7DDB4; }
a { background-color: rgb(167,221,180); }
div.DivClassName
{
background-color: #A7DDB4;
}
.BgClassName
{
background-color: #A7DDB4;
}
</style>
border-color css
<style>
span { border-color: #A7DDB4; }
span { border-color: rgb(167,221,180); }
td.TdClassName
{
border-color: #A7DDB4;
}
.TagClassName
{
border-color: #A7DDB4;
}
</style>