Shades of Fringy Flower #ABDFC1
Tints of Fringy Flower #ABDFC1
RGB
CMYK
RGB Variations
Color information
#ABDFC1 (or 0xABDFC1) is known color: Fringy Flower. HEX triplet: AB, DF and C1. RGB value is (171,223,193). Sum of RGB (Red+Green+Blue) = 171+223+193=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFC1 is #54203E. Grayscale: #CCCCCC. Windows color (decimal): -5513279 or 12705707. OLE color: 12705707.
HSL color Cylindrical-coordinate representation of color #ABDFC1: hue angle of 145.38º degrees, saturation: 0.45, 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 #ABDFC1 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 193 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.13 |
| HSL | 145.38º | 0.45% | 0.77% | - |
| HSV(B) | 145.38º | 0.23% | 0.87% | - |
| XYZ | 52.81 | 65.28 | 60.27 | - |
| YUV | 204.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 193 | 0.23 | 0 | 0.13 | 0.13 | 145.38 | 0.45 | 0.77 |
| Hex | AB | DF | C1 | 17 | 0 | D | D | 91 | 2D | 4D |
| Octal | 253 | 337 | 301 | 27 | 0 | 15 | 15 | 221 | 55 | 115 |
| Binary | 10101011 | 11011111 | 11000001 | 10111 | 0 | 1101 | 1101 | 10010001 | 101101 | 1001101 |
Color Harmonies of #ABDFC1
Complementary color
Monochromatic Colors of #ABDFC1
Black with #ABDFC1
Text Example
Text Example
White with #ABDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFC1; }
p { color: rgb(171,223,193); }
H1.HeaderClassName
{
color: #ABDFC1;
}
.AnyTagClassName
{
color: #ABDFC1;
}
</style>
background-color css
<style>
a { background-color: #ABDFC1; }
a { background-color: rgb(171,223,193); }
div.DivClassName
{
background-color: #ABDFC1;
}
.BgClassName
{
background-color: #ABDFC1;
}
</style>
border-color css
<style>
span { border-color: #ABDFC1; }
span { border-color: rgb(171,223,193); }
td.TdClassName
{
border-color: #ABDFC1;
}
.TagClassName
{
border-color: #ABDFC1;
}
</style>