Shades of Humming Bird #D0F8EC
Tints of Humming Bird #D0F8EC
RGB
CMYK
RGB Variations
Color information
#D0F8EC (or 0xD0F8EC) is known color: Humming Bird. HEX triplet: D0, F8 and EC. RGB value is (208,248,236). Sum of RGB (Red+Green+Blue) = 208+248+236=692 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.06% from 692); Green value is 248 (97.27% from 255 or 35.84% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F8EC is #2F0713. Grayscale: #EAEAEA. Windows color (decimal): -3082004 or 15530192. OLE color: 15530192.
HSL color Cylindrical-coordinate representation of color #D0F8EC: hue angle of 162º degrees, saturation: 0.74, 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 #D0F8EC is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 236 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.03 |
| HSL | 162º | 0.74% | 0.89% | - |
| HSV(B) | 162º | 0.16% | 0.97% | - |
| XYZ | 74.72 | 86.6 | 92.13 | - |
| YUV | 234.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 236 | 0.16 | 0 | 0.05 | 0.03 | 162 | 0.74 | 0.89 |
| Hex | D0 | F8 | EC | 10 | 0 | 5 | 3 | A2 | 4A | 59 |
| Octal | 320 | 370 | 354 | 20 | 0 | 5 | 3 | 242 | 112 | 131 |
| Binary | 11010000 | 11111000 | 11101100 | 10000 | 0 | 101 | 11 | 10100010 | 1001010 | 1011001 |
Color Harmonies of #D0F8EC
Complementary color
Monochromatic Colors of #D0F8EC
Black with #D0F8EC
Text Example
Text Example
White with #D0F8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F8EC; }
p { color: rgb(208,248,236); }
H1.HeaderClassName
{
color: #D0F8EC;
}
.AnyTagClassName
{
color: #D0F8EC;
}
</style>
background-color css
<style>
a { background-color: #D0F8EC; }
a { background-color: rgb(208,248,236); }
div.DivClassName
{
background-color: #D0F8EC;
}
.BgClassName
{
background-color: #D0F8EC;
}
</style>
border-color css
<style>
span { border-color: #D0F8EC; }
span { border-color: rgb(208,248,236); }
td.TdClassName
{
border-color: #D0F8EC;
}
.TagClassName
{
border-color: #D0F8EC;
}
</style>