Shades of Fringy Flower #A8DEBA
Tints of Fringy Flower #A8DEBA
RGB
CMYK
RGB Variations
Color information
#A8DEBA (or 0xA8DEBA) is known color: Fringy Flower. HEX triplet: A8, DE and BA. RGB value is (168,222,186). Sum of RGB (Red+Green+Blue) = 168+222+186=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEBA is #572145. Grayscale: #C9C9C9. Windows color (decimal): -5710150 or 12246696. OLE color: 12246696.
HSL color Cylindrical-coordinate representation of color #A8DEBA: hue angle of 140º degrees, saturation: 0.45, 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 #A8DEBA is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 186 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.13 |
| HSL | 140º | 0.45% | 0.76% | - |
| HSV(B) | 140º | 0.24% | 0.87% | - |
| XYZ | 51.13 | 64.11 | 56.13 | - |
| YUV | 201.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 186 | 0.24 | 0 | 0.16 | 0.13 | 140 | 0.45 | 0.76 |
| Hex | A8 | DE | BA | 18 | 0 | 10 | D | 8C | 2D | 4C |
| Octal | 250 | 336 | 272 | 30 | 0 | 20 | 15 | 214 | 55 | 114 |
| Binary | 10101000 | 11011110 | 10111010 | 11000 | 0 | 10000 | 1101 | 10001100 | 101101 | 1001100 |
Color Harmonies of #A8DEBA
Complementary color
Monochromatic Colors of #A8DEBA
Black with #A8DEBA
Text Example
Text Example
White with #A8DEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEBA; }
p { color: rgb(168,222,186); }
H1.HeaderClassName
{
color: #A8DEBA;
}
.AnyTagClassName
{
color: #A8DEBA;
}
</style>
background-color css
<style>
a { background-color: #A8DEBA; }
a { background-color: rgb(168,222,186); }
div.DivClassName
{
background-color: #A8DEBA;
}
.BgClassName
{
background-color: #A8DEBA;
}
</style>
border-color css
<style>
span { border-color: #A8DEBA; }
span { border-color: rgb(168,222,186); }
td.TdClassName
{
border-color: #A8DEBA;
}
.TagClassName
{
border-color: #A8DEBA;
}
</style>