Shades of Humming Bird #D0F8E8
Tints of Humming Bird #D0F8E8
RGB
CMYK
RGB Variations
Color information
#D0F8E8 (or 0xD0F8E8) is known color: Humming Bird. HEX triplet: D0, F8 and E8. RGB value is (208,248,232). Sum of RGB (Red+Green+Blue) = 208+248+232=688 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.23% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F8E8 is #2F0717. Grayscale: #EAEAEA. Windows color (decimal): -3082008 or 15268048. OLE color: 15268048.
HSL color Cylindrical-coordinate representation of color #D0F8E8: hue angle of 156º 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 #D0F8E8 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 232 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.03 |
| HSL | 156º | 0.74% | 0.89% | - |
| HSV(B) | 156º | 0.16% | 0.97% | - |
| XYZ | 74.15 | 86.37 | 89.11 | - |
| YUV | 234.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 232 | 0.16 | 0 | 0.06 | 0.03 | 156 | 0.74 | 0.89 |
| Hex | D0 | F8 | E8 | 10 | 0 | 6 | 3 | 9C | 4A | 59 |
| Octal | 320 | 370 | 350 | 20 | 0 | 6 | 3 | 234 | 112 | 131 |
| Binary | 11010000 | 11111000 | 11101000 | 10000 | 0 | 110 | 11 | 10011100 | 1001010 | 1011001 |
Color Harmonies of #D0F8E8
Complementary color
Monochromatic Colors of #D0F8E8
Black with #D0F8E8
Text Example
Text Example
White with #D0F8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F8E8; }
p { color: rgb(208,248,232); }
H1.HeaderClassName
{
color: #D0F8E8;
}
.AnyTagClassName
{
color: #D0F8E8;
}
</style>
background-color css
<style>
a { background-color: #D0F8E8; }
a { background-color: rgb(208,248,232); }
div.DivClassName
{
background-color: #D0F8E8;
}
.BgClassName
{
background-color: #D0F8E8;
}
</style>
border-color css
<style>
span { border-color: #D0F8E8; }
span { border-color: rgb(208,248,232); }
td.TdClassName
{
border-color: #D0F8E8;
}
.TagClassName
{
border-color: #D0F8E8;
}
</style>