Shades of Humming Bird #D2F7EA
Tints of Humming Bird #D2F7EA
RGB
CMYK
RGB Variations
Color information
#D2F7EA (or 0xD2F7EA) is known color: Humming Bird. HEX triplet: D2, F7 and EA. RGB value is (210,247,234). Sum of RGB (Red+Green+Blue) = 210+247+234=691 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.39% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F7EA is #2D0815. Grayscale: #EAEAEA. Windows color (decimal): -2951190 or 15398866. OLE color: 15398866.
HSL color Cylindrical-coordinate representation of color #D2F7EA: hue angle of 158.92º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F7EA is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 234 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.03 |
| HSL | 158.92º | 0.7% | 0.9% | - |
| HSV(B) | 158.92º | 0.15% | 0.97% | - |
| XYZ | 74.69 | 86.16 | 90.54 | - |
| YUV | 234.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 234 | 0.15 | 0 | 0.05 | 0.03 | 158.92 | 0.7 | 0.9 |
| Hex | D2 | F7 | EA | F | 0 | 5 | 3 | 9F | 46 | 5A |
| Octal | 322 | 367 | 352 | 17 | 0 | 5 | 3 | 237 | 106 | 132 |
| Binary | 11010010 | 11110111 | 11101010 | 1111 | 0 | 101 | 11 | 10011111 | 1000110 | 1011010 |
Color Harmonies of #D2F7EA
Complementary color
Monochromatic Colors of #D2F7EA
Black with #D2F7EA
Text Example
Text Example
White with #D2F7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F7EA; }
p { color: rgb(210,247,234); }
H1.HeaderClassName
{
color: #D2F7EA;
}
.AnyTagClassName
{
color: #D2F7EA;
}
</style>
background-color css
<style>
a { background-color: #D2F7EA; }
a { background-color: rgb(210,247,234); }
div.DivClassName
{
background-color: #D2F7EA;
}
.BgClassName
{
background-color: #D2F7EA;
}
</style>
border-color css
<style>
span { border-color: #D2F7EA; }
span { border-color: rgb(210,247,234); }
td.TdClassName
{
border-color: #D2F7EA;
}
.TagClassName
{
border-color: #D2F7EA;
}
</style>