Shades of Fringy Flower #ABDDB4
Tints of Fringy Flower #ABDDB4
RGB
CMYK
RGB Variations
Color information
#ABDDB4 (or 0xABDDB4) is known color: Fringy Flower. HEX triplet: AB, DD and B4. RGB value is (171,221,180). Sum of RGB (Red+Green+Blue) = 171+221+180=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDB4 is #54224B. Grayscale: #C9C9C9. Windows color (decimal): -5513804 or 11853227. OLE color: 11853227.
HSL color Cylindrical-coordinate representation of color #ABDDB4: hue angle of 130.8º degrees, saturation: 0.42, 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 #ABDDB4 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 180 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.13 |
| HSL | 130.8º | 0.42% | 0.77% | - |
| HSV(B) | 130.8º | 0.23% | 0.87% | - |
| XYZ | 50.89 | 63.67 | 52.79 | - |
| YUV | 201.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 180 | 0.23 | 0 | 0.19 | 0.13 | 130.8 | 0.42 | 0.77 |
| Hex | AB | DD | B4 | 17 | 0 | 13 | D | 83 | 2A | 4D |
| Octal | 253 | 335 | 264 | 27 | 0 | 23 | 15 | 203 | 52 | 115 |
| Binary | 10101011 | 11011101 | 10110100 | 10111 | 0 | 10011 | 1101 | 10000011 | 101010 | 1001101 |
Color Harmonies of #ABDDB4
Complementary color
Monochromatic Colors of #ABDDB4
Black with #ABDDB4
Text Example
Text Example
White with #ABDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDB4; }
p { color: rgb(171,221,180); }
H1.HeaderClassName
{
color: #ABDDB4;
}
.AnyTagClassName
{
color: #ABDDB4;
}
</style>
background-color css
<style>
a { background-color: #ABDDB4; }
a { background-color: rgb(171,221,180); }
div.DivClassName
{
background-color: #ABDDB4;
}
.BgClassName
{
background-color: #ABDDB4;
}
</style>
border-color css
<style>
span { border-color: #ABDDB4; }
span { border-color: rgb(171,221,180); }
td.TdClassName
{
border-color: #ABDDB4;
}
.TagClassName
{
border-color: #ABDDB4;
}
</style>