Shades of Fringy Flower #ABDEC1
Tints of Fringy Flower #ABDEC1
RGB
CMYK
RGB Variations
Color information
#ABDEC1 (or 0xABDEC1) is known color: Fringy Flower. HEX triplet: AB, DE and C1. RGB value is (171,222,193). Sum of RGB (Red+Green+Blue) = 171+222+193=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEC1 is #54213E. Grayscale: #CBCBCB. Windows color (decimal): -5513535 or 12705451. OLE color: 12705451.
HSL color Cylindrical-coordinate representation of color #ABDEC1: hue angle of 145.88º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDEC1 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 193 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.13 |
| HSL | 145.88º | 0.44% | 0.77% | - |
| HSV(B) | 145.88º | 0.23% | 0.87% | - |
| XYZ | 52.54 | 64.75 | 60.18 | - |
| YUV | 203.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 193 | 0.23 | 0 | 0.13 | 0.13 | 145.88 | 0.44 | 0.77 |
| Hex | AB | DE | C1 | 17 | 0 | D | D | 92 | 2C | 4D |
| Octal | 253 | 336 | 301 | 27 | 0 | 15 | 15 | 222 | 54 | 115 |
| Binary | 10101011 | 11011110 | 11000001 | 10111 | 0 | 1101 | 1101 | 10010010 | 101100 | 1001101 |
Color Harmonies of #ABDEC1
Complementary color
Monochromatic Colors of #ABDEC1
Black with #ABDEC1
Text Example
Text Example
White with #ABDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEC1; }
p { color: rgb(171,222,193); }
H1.HeaderClassName
{
color: #ABDEC1;
}
.AnyTagClassName
{
color: #ABDEC1;
}
</style>
background-color css
<style>
a { background-color: #ABDEC1; }
a { background-color: rgb(171,222,193); }
div.DivClassName
{
background-color: #ABDEC1;
}
.BgClassName
{
background-color: #ABDEC1;
}
</style>
border-color css
<style>
span { border-color: #ABDEC1; }
span { border-color: rgb(171,222,193); }
td.TdClassName
{
border-color: #ABDEC1;
}
.TagClassName
{
border-color: #ABDEC1;
}
</style>