Shades of Humming Bird #D0F7EF
Tints of Humming Bird #D0F7EF
RGB
CMYK
RGB Variations
Color information
#D0F7EF (or 0xD0F7EF) is known color: Humming Bird. HEX triplet: D0, F7 and EF. RGB value is (208,247,239). Sum of RGB (Red+Green+Blue) = 208+247+239=694 (91% of max value = 765). Red value is 208 (81.64% from 255 or 29.97% from 694); Green value is 247 (96.88% from 255 or 35.59% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F7EF is #2F0810. Grayscale: #EAEAEA. Windows color (decimal): -3082257 or 15726544. OLE color: 15726544.
HSL color Cylindrical-coordinate representation of color #D0F7EF: hue angle of 167.69º 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 #D0F7EF is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 239 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.03 |
| HSL | 167.69º | 0.71% | 0.89% | - |
| HSV(B) | 167.69º | 0.16% | 0.97% | - |
| XYZ | 74.85 | 86.16 | 94.35 | - |
| YUV | 234.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 239 | 0.16 | 0 | 0.03 | 0.03 | 167.69 | 0.71 | 0.89 |
| Hex | D0 | F7 | EF | 10 | 0 | 3 | 3 | A8 | 47 | 59 |
| Octal | 320 | 367 | 357 | 20 | 0 | 3 | 3 | 250 | 107 | 131 |
| Binary | 11010000 | 11110111 | 11101111 | 10000 | 0 | 11 | 11 | 10101000 | 1000111 | 1011001 |
Color Harmonies of #D0F7EF
Complementary color
Monochromatic Colors of #D0F7EF
Black with #D0F7EF
Text Example
Text Example
White with #D0F7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7EF; }
p { color: rgb(208,247,239); }
H1.HeaderClassName
{
color: #D0F7EF;
}
.AnyTagClassName
{
color: #D0F7EF;
}
</style>
background-color css
<style>
a { background-color: #D0F7EF; }
a { background-color: rgb(208,247,239); }
div.DivClassName
{
background-color: #D0F7EF;
}
.BgClassName
{
background-color: #D0F7EF;
}
</style>
border-color css
<style>
span { border-color: #D0F7EF; }
span { border-color: rgb(208,247,239); }
td.TdClassName
{
border-color: #D0F7EF;
}
.TagClassName
{
border-color: #D0F7EF;
}
</style>