Shades of Fringy Flower #ABDDBE
Tints of Fringy Flower #ABDDBE
RGB
CMYK
RGB Variations
Color information
#ABDDBE (or 0xABDDBE) is known color: Fringy Flower. HEX triplet: AB, DD and BE. RGB value is (171,221,190). Sum of RGB (Red+Green+Blue) = 171+221+190=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDBE is #542241. Grayscale: #CACACA. Windows color (decimal): -5513794 or 12508587. OLE color: 12508587.
HSL color Cylindrical-coordinate representation of color #ABDDBE: hue angle of 142.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 #ABDDBE is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 190 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.13 |
| HSL | 142.8º | 0.42% | 0.77% | - |
| HSV(B) | 142.8º | 0.23% | 0.87% | - |
| XYZ | 51.95 | 64.09 | 58.35 | - |
| YUV | 202.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 190 | 0.23 | 0 | 0.14 | 0.13 | 142.8 | 0.42 | 0.77 |
| Hex | AB | DD | BE | 17 | 0 | E | D | 8F | 2A | 4D |
| Octal | 253 | 335 | 276 | 27 | 0 | 16 | 15 | 217 | 52 | 115 |
| Binary | 10101011 | 11011101 | 10111110 | 10111 | 0 | 1110 | 1101 | 10001111 | 101010 | 1001101 |
Color Harmonies of #ABDDBE
Complementary color
Monochromatic Colors of #ABDDBE
Black with #ABDDBE
Text Example
Text Example
White with #ABDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDBE; }
p { color: rgb(171,221,190); }
H1.HeaderClassName
{
color: #ABDDBE;
}
.AnyTagClassName
{
color: #ABDDBE;
}
</style>
background-color css
<style>
a { background-color: #ABDDBE; }
a { background-color: rgb(171,221,190); }
div.DivClassName
{
background-color: #ABDDBE;
}
.BgClassName
{
background-color: #ABDDBE;
}
</style>
border-color css
<style>
span { border-color: #ABDDBE; }
span { border-color: rgb(171,221,190); }
td.TdClassName
{
border-color: #ABDDBE;
}
.TagClassName
{
border-color: #ABDDBE;
}
</style>