Shades of Humming Bird #D0F8E7
Tints of Humming Bird #D0F8E7
RGB
CMYK
RGB Variations
Color information
#D0F8E7 (or 0xD0F8E7) is known color: Humming Bird. HEX triplet: D0, F8 and E7. RGB value is (208,248,231). Sum of RGB (Red+Green+Blue) = 208+248+231=687 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.28% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F8E7 is #2F0718. Grayscale: #EAEAEA. Windows color (decimal): -3082009 or 15202512. OLE color: 15202512.
HSL color Cylindrical-coordinate representation of color #D0F8E7: hue angle of 154.5º 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 #D0F8E7 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 231 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.03 |
| HSL | 154.5º | 0.74% | 0.89% | - |
| HSV(B) | 154.5º | 0.16% | 0.97% | - |
| XYZ | 74 | 86.31 | 88.36 | - |
| YUV | 234.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 231 | 0.16 | 0 | 0.07 | 0.03 | 154.5 | 0.74 | 0.89 |
| Hex | D0 | F8 | E7 | 10 | 0 | 7 | 3 | 9A | 4A | 59 |
| Octal | 320 | 370 | 347 | 20 | 0 | 7 | 3 | 232 | 112 | 131 |
| Binary | 11010000 | 11111000 | 11100111 | 10000 | 0 | 111 | 11 | 10011010 | 1001010 | 1011001 |
Color Harmonies of #D0F8E7
Complementary color
Monochromatic Colors of #D0F8E7
Black with #D0F8E7
Text Example
Text Example
White with #D0F8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F8E7; }
p { color: rgb(208,248,231); }
H1.HeaderClassName
{
color: #D0F8E7;
}
.AnyTagClassName
{
color: #D0F8E7;
}
</style>
background-color css
<style>
a { background-color: #D0F8E7; }
a { background-color: rgb(208,248,231); }
div.DivClassName
{
background-color: #D0F8E7;
}
.BgClassName
{
background-color: #D0F8E7;
}
</style>
border-color css
<style>
span { border-color: #D0F8E7; }
span { border-color: rgb(208,248,231); }
td.TdClassName
{
border-color: #D0F8E7;
}
.TagClassName
{
border-color: #D0F8E7;
}
</style>