Shades of Fringy Flower #A8DDB8
Tints of Fringy Flower #A8DDB8
RGB
CMYK
RGB Variations
Color information
#A8DDB8 (or 0xA8DDB8) is known color: Fringy Flower. HEX triplet: A8, DD and B8. RGB value is (168,221,184). Sum of RGB (Red+Green+Blue) = 168+221+184=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDB8 is #572247. Grayscale: #C9C9C9. Windows color (decimal): -5710408 or 12115368. OLE color: 12115368.
HSL color Cylindrical-coordinate representation of color #A8DDB8: hue angle of 138.11º 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 #A8DDB8 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 184 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.13 |
| HSL | 138.11º | 0.44% | 0.76% | - |
| HSV(B) | 138.11º | 0.24% | 0.87% | - |
| XYZ | 50.66 | 63.5 | 54.93 | - |
| YUV | 200.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 184 | 0.24 | 0 | 0.17 | 0.13 | 138.11 | 0.44 | 0.76 |
| Hex | A8 | DD | B8 | 18 | 0 | 11 | D | 8A | 2C | 4C |
| Octal | 250 | 335 | 270 | 30 | 0 | 21 | 15 | 212 | 54 | 114 |
| Binary | 10101000 | 11011101 | 10111000 | 11000 | 0 | 10001 | 1101 | 10001010 | 101100 | 1001100 |
Color Harmonies of #A8DDB8
Complementary color
Monochromatic Colors of #A8DDB8
Black with #A8DDB8
Text Example
Text Example
White with #A8DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDB8; }
p { color: rgb(168,221,184); }
H1.HeaderClassName
{
color: #A8DDB8;
}
.AnyTagClassName
{
color: #A8DDB8;
}
</style>
background-color css
<style>
a { background-color: #A8DDB8; }
a { background-color: rgb(168,221,184); }
div.DivClassName
{
background-color: #A8DDB8;
}
.BgClassName
{
background-color: #A8DDB8;
}
</style>
border-color css
<style>
span { border-color: #A8DDB8; }
span { border-color: rgb(168,221,184); }
td.TdClassName
{
border-color: #A8DDB8;
}
.TagClassName
{
border-color: #A8DDB8;
}
</style>