Shades of Humming Bird #D1F1EA
Tints of Humming Bird #D1F1EA
RGB
CMYK
RGB Variations
Color information
#D1F1EA (or 0xD1F1EA) is known color: Humming Bird. HEX triplet: D1, F1 and EA. RGB value is (209,241,234). Sum of RGB (Red+Green+Blue) = 209+241+234=684 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.56% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F1EA is #2E0E15. Grayscale: #E6E6E6. Windows color (decimal): -3018262 or 15397329. OLE color: 15397329.
HSL color Cylindrical-coordinate representation of color #D1F1EA: hue angle of 166.88º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1F1EA is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 234 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.05 |
| HSL | 166.88º | 0.53% | 0.88% | - |
| HSV(B) | 166.88º | 0.13% | 0.95% | - |
| XYZ | 72.6 | 82.41 | 89.92 | - |
| YUV | 230.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 234 | 0.13 | 0 | 0.03 | 0.05 | 166.88 | 0.53 | 0.88 |
| Hex | D1 | F1 | EA | D | 0 | 3 | 5 | A7 | 35 | 58 |
| Octal | 321 | 361 | 352 | 15 | 0 | 3 | 5 | 247 | 65 | 130 |
| Binary | 11010001 | 11110001 | 11101010 | 1101 | 0 | 11 | 101 | 10100111 | 110101 | 1011000 |
Color Harmonies of #D1F1EA
Complementary color
Monochromatic Colors of #D1F1EA
Black with #D1F1EA
Text Example
Text Example
White with #D1F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F1EA; }
p { color: rgb(209,241,234); }
H1.HeaderClassName
{
color: #D1F1EA;
}
.AnyTagClassName
{
color: #D1F1EA;
}
</style>
background-color css
<style>
a { background-color: #D1F1EA; }
a { background-color: rgb(209,241,234); }
div.DivClassName
{
background-color: #D1F1EA;
}
.BgClassName
{
background-color: #D1F1EA;
}
</style>
border-color css
<style>
span { border-color: #D1F1EA; }
span { border-color: rgb(209,241,234); }
td.TdClassName
{
border-color: #D1F1EA;
}
.TagClassName
{
border-color: #D1F1EA;
}
</style>