Shades of Humming Bird #D0EBE1
Tints of Humming Bird #D0EBE1
RGB
CMYK
RGB Variations
Color information
#D0EBE1 (or 0xD0EBE1) is known color: Humming Bird. HEX triplet: D0, EB and E1. RGB value is (208,235,225). Sum of RGB (Red+Green+Blue) = 208+235+225=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBE1 is #2F141E. Grayscale: #E1E1E1. Windows color (decimal): -3085343 or 14805968. OLE color: 14805968.
HSL color Cylindrical-coordinate representation of color #D0EBE1: hue angle of 157.78º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EBE1 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 225 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.08 |
| HSL | 157.78º | 0.4% | 0.87% | - |
| HSV(B) | 157.78º | 0.11% | 0.92% | - |
| XYZ | 69.31 | 78.26 | 82.69 | - |
| YUV | 225.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 225 | 0.11 | 0 | 0.04 | 0.08 | 157.78 | 0.4 | 0.87 |
| Hex | D0 | EB | E1 | B | 0 | 4 | 8 | 9E | 28 | 57 |
| Octal | 320 | 353 | 341 | 13 | 0 | 4 | 10 | 236 | 50 | 127 |
| Binary | 11010000 | 11101011 | 11100001 | 1011 | 0 | 100 | 1000 | 10011110 | 101000 | 1010111 |
Color Harmonies of #D0EBE1
Complementary color
Monochromatic Colors of #D0EBE1
Black with #D0EBE1
Text Example
Text Example
White with #D0EBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EBE1; }
p { color: rgb(208,235,225); }
H1.HeaderClassName
{
color: #D0EBE1;
}
.AnyTagClassName
{
color: #D0EBE1;
}
</style>
background-color css
<style>
a { background-color: #D0EBE1; }
a { background-color: rgb(208,235,225); }
div.DivClassName
{
background-color: #D0EBE1;
}
.BgClassName
{
background-color: #D0EBE1;
}
</style>
border-color css
<style>
span { border-color: #D0EBE1; }
span { border-color: rgb(208,235,225); }
td.TdClassName
{
border-color: #D0EBE1;
}
.TagClassName
{
border-color: #D0EBE1;
}
</style>