Shades of Humming Bird #D0F7EE
Tints of Humming Bird #D0F7EE
RGB
CMYK
RGB Variations
Color information
#D0F7EE (or 0xD0F7EE) is known color: Humming Bird. HEX triplet: D0, F7 and EE. RGB value is (208,247,238). Sum of RGB (Red+Green+Blue) = 208+247+238=693 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.01% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F7EE is #2F0811. Grayscale: #EAEAEA. Windows color (decimal): -3082258 or 15661008. OLE color: 15661008.
HSL color Cylindrical-coordinate representation of color #D0F7EE: hue angle of 166.15º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F7EE is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 238 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.03 |
| HSL | 166.15º | 0.71% | 0.89% | - |
| HSV(B) | 166.15º | 0.16% | 0.97% | - |
| XYZ | 74.71 | 86.1 | 93.57 | - |
| YUV | 234.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 238 | 0.16 | 0 | 0.04 | 0.03 | 166.15 | 0.71 | 0.89 |
| Hex | D0 | F7 | EE | 10 | 0 | 4 | 3 | A6 | 47 | 59 |
| Octal | 320 | 367 | 356 | 20 | 0 | 4 | 3 | 246 | 107 | 131 |
| Binary | 11010000 | 11110111 | 11101110 | 10000 | 0 | 100 | 11 | 10100110 | 1000111 | 1011001 |
Color Harmonies of #D0F7EE
Complementary color
Monochromatic Colors of #D0F7EE
Black with #D0F7EE
Text Example
Text Example
White with #D0F7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7EE; }
p { color: rgb(208,247,238); }
H1.HeaderClassName
{
color: #D0F7EE;
}
.AnyTagClassName
{
color: #D0F7EE;
}
</style>
background-color css
<style>
a { background-color: #D0F7EE; }
a { background-color: rgb(208,247,238); }
div.DivClassName
{
background-color: #D0F7EE;
}
.BgClassName
{
background-color: #D0F7EE;
}
</style>
border-color css
<style>
span { border-color: #D0F7EE; }
span { border-color: rgb(208,247,238); }
td.TdClassName
{
border-color: #D0F7EE;
}
.TagClassName
{
border-color: #D0F7EE;
}
</style>