Shades of Humming Bird #D3F0E5
Tints of Humming Bird #D3F0E5
RGB
CMYK
RGB Variations
Color information
#D3F0E5 (or 0xD3F0E5) is known color: Humming Bird. HEX triplet: D3, F0 and E5. RGB value is (211,240,229). Sum of RGB (Red+Green+Blue) = 211+240+229=680 (90% of max value = 765). Red value is 211 (82.81% from 255 or 31.03% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F0E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F0E5 is #2C0F1A. Grayscale: #E6E6E6. Windows color (decimal): -2887451 or 15069395. OLE color: 15069395.
HSL color Cylindrical-coordinate representation of color #D3F0E5: hue angle of 157.24º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3F0E5 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 229 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.06 |
| HSL | 157.24º | 0.49% | 0.88% | - |
| HSV(B) | 157.24º | 0.12% | 0.94% | - |
| XYZ | 72.17 | 81.83 | 86.12 | - |
| YUV | 230.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 229 | 0.12 | 0 | 0.05 | 0.06 | 157.24 | 0.49 | 0.88 |
| Hex | D3 | F0 | E5 | C | 0 | 5 | 6 | 9D | 31 | 58 |
| Octal | 323 | 360 | 345 | 14 | 0 | 5 | 6 | 235 | 61 | 130 |
| Binary | 11010011 | 11110000 | 11100101 | 1100 | 0 | 101 | 110 | 10011101 | 110001 | 1011000 |
Color Harmonies of #D3F0E5
Complementary color
Monochromatic Colors of #D3F0E5
Black with #D3F0E5
Text Example
Text Example
White with #D3F0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F0E5; }
p { color: rgb(211,240,229); }
H1.HeaderClassName
{
color: #D3F0E5;
}
.AnyTagClassName
{
color: #D3F0E5;
}
</style>
background-color css
<style>
a { background-color: #D3F0E5; }
a { background-color: rgb(211,240,229); }
div.DivClassName
{
background-color: #D3F0E5;
}
.BgClassName
{
background-color: #D3F0E5;
}
</style>
border-color css
<style>
span { border-color: #D3F0E5; }
span { border-color: rgb(211,240,229); }
td.TdClassName
{
border-color: #D3F0E5;
}
.TagClassName
{
border-color: #D3F0E5;
}
</style>