Shades of Humming Bird #D3F5EA
Tints of Humming Bird #D3F5EA
RGB
CMYK
RGB Variations
Color information
#D3F5EA (or 0xD3F5EA) is known color: Humming Bird. HEX triplet: D3, F5 and EA. RGB value is (211,245,234). Sum of RGB (Red+Green+Blue) = 211+245+234=690 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.58% from 690); Green value is 245 (96.09% from 255 or 35.51% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F5EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F5EA is #2C0A15. Grayscale: #E9E9E9. Windows color (decimal): -2886166 or 15398355. OLE color: 15398355.
HSL color Cylindrical-coordinate representation of color #D3F5EA: hue angle of 160.59º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3F5EA is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 245 | 234 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.04 |
| HSL | 160.59º | 0.63% | 0.89% | - |
| HSV(B) | 160.59º | 0.14% | 0.96% | - |
| XYZ | 74.37 | 85.09 | 90.35 | - |
| YUV | 233.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 245 | 234 | 0.14 | 0 | 0.04 | 0.04 | 160.59 | 0.63 | 0.89 |
| Hex | D3 | F5 | EA | E | 0 | 4 | 4 | A1 | 3F | 59 |
| Octal | 323 | 365 | 352 | 16 | 0 | 4 | 4 | 241 | 77 | 131 |
| Binary | 11010011 | 11110101 | 11101010 | 1110 | 0 | 100 | 100 | 10100001 | 111111 | 1011001 |
Color Harmonies of #D3F5EA
Complementary color
Monochromatic Colors of #D3F5EA
Black with #D3F5EA
Text Example
Text Example
White with #D3F5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F5EA; }
p { color: rgb(211,245,234); }
H1.HeaderClassName
{
color: #D3F5EA;
}
.AnyTagClassName
{
color: #D3F5EA;
}
</style>
background-color css
<style>
a { background-color: #D3F5EA; }
a { background-color: rgb(211,245,234); }
div.DivClassName
{
background-color: #D3F5EA;
}
.BgClassName
{
background-color: #D3F5EA;
}
</style>
border-color css
<style>
span { border-color: #D3F5EA; }
span { border-color: rgb(211,245,234); }
td.TdClassName
{
border-color: #D3F5EA;
}
.TagClassName
{
border-color: #D3F5EA;
}
</style>