Shades of Humming Bird #D0F1E9
Tints of Humming Bird #D0F1E9
RGB
CMYK
RGB Variations
Color information
#D0F1E9 (or 0xD0F1E9) is known color: Humming Bird. HEX triplet: D0, F1 and E9. RGB value is (208,241,233). Sum of RGB (Red+Green+Blue) = 208+241+233=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F1E9 is #2F0E16. Grayscale: #E6E6E6. Windows color (decimal): -3083799 or 15331792. OLE color: 15331792.
HSL color Cylindrical-coordinate representation of color #D0F1E9: hue angle of 165.45º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0F1E9 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 233 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.05 |
| HSL | 165.45º | 0.54% | 0.88% | - |
| HSV(B) | 165.45º | 0.14% | 0.95% | - |
| XYZ | 72.18 | 82.2 | 89.15 | - |
| YUV | 230.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 233 | 0.14 | 0 | 0.03 | 0.05 | 165.45 | 0.54 | 0.88 |
| Hex | D0 | F1 | E9 | E | 0 | 3 | 5 | A5 | 36 | 58 |
| Octal | 320 | 361 | 351 | 16 | 0 | 3 | 5 | 245 | 66 | 130 |
| Binary | 11010000 | 11110001 | 11101001 | 1110 | 0 | 11 | 101 | 10100101 | 110110 | 1011000 |
Color Harmonies of #D0F1E9
Complementary color
Monochromatic Colors of #D0F1E9
Black with #D0F1E9
Text Example
Text Example
White with #D0F1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1E9; }
p { color: rgb(208,241,233); }
H1.HeaderClassName
{
color: #D0F1E9;
}
.AnyTagClassName
{
color: #D0F1E9;
}
</style>
background-color css
<style>
a { background-color: #D0F1E9; }
a { background-color: rgb(208,241,233); }
div.DivClassName
{
background-color: #D0F1E9;
}
.BgClassName
{
background-color: #D0F1E9;
}
</style>
border-color css
<style>
span { border-color: #D0F1E9; }
span { border-color: rgb(208,241,233); }
td.TdClassName
{
border-color: #D0F1E9;
}
.TagClassName
{
border-color: #D0F1E9;
}
</style>