Shades of Humming Bird #D0E9E1
Tints of Humming Bird #D0E9E1
RGB
CMYK
RGB Variations
Color information
#D0E9E1 (or 0xD0E9E1) is known color: Humming Bird. HEX triplet: D0, E9 and E1. RGB value is (208,233,225). Sum of RGB (Red+Green+Blue) = 208+233+225=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9E1 is #2F161E. Grayscale: #E0E0E0. Windows color (decimal): -3085855 or 14805456. OLE color: 14805456.
HSL color Cylindrical-coordinate representation of color #D0E9E1: hue angle of 160.8º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E9E1 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 225 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.09 |
| HSL | 160.8º | 0.36% | 0.86% | - |
| HSV(B) | 160.8º | 0.11% | 0.91% | - |
| XYZ | 68.74 | 77.12 | 82.5 | - |
| YUV | 224.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 225 | 0.11 | 0 | 0.03 | 0.09 | 160.8 | 0.36 | 0.86 |
| Hex | D0 | E9 | E1 | B | 0 | 3 | 9 | A1 | 24 | 56 |
| Octal | 320 | 351 | 341 | 13 | 0 | 3 | 11 | 241 | 44 | 126 |
| Binary | 11010000 | 11101001 | 11100001 | 1011 | 0 | 11 | 1001 | 10100001 | 100100 | 1010110 |
Color Harmonies of #D0E9E1
Complementary color
Monochromatic Colors of #D0E9E1
Black with #D0E9E1
Text Example
Text Example
White with #D0E9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9E1; }
p { color: rgb(208,233,225); }
H1.HeaderClassName
{
color: #D0E9E1;
}
.AnyTagClassName
{
color: #D0E9E1;
}
</style>
background-color css
<style>
a { background-color: #D0E9E1; }
a { background-color: rgb(208,233,225); }
div.DivClassName
{
background-color: #D0E9E1;
}
.BgClassName
{
background-color: #D0E9E1;
}
</style>
border-color css
<style>
span { border-color: #D0E9E1; }
span { border-color: rgb(208,233,225); }
td.TdClassName
{
border-color: #D0E9E1;
}
.TagClassName
{
border-color: #D0E9E1;
}
</style>