Shades of Humming Bird #D0ECE1
Tints of Humming Bird #D0ECE1
RGB
CMYK
RGB Variations
Color information
#D0ECE1 (or 0xD0ECE1) is known color: Humming Bird. HEX triplet: D0, EC and E1. RGB value is (208,236,225). Sum of RGB (Red+Green+Blue) = 208+236+225=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECE1 is #2F131E. Grayscale: #E2E2E2. Windows color (decimal): -3085087 or 14806224. OLE color: 14806224.
HSL color Cylindrical-coordinate representation of color #D0ECE1: hue angle of 156.43º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0ECE1 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 225 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.07 |
| HSL | 156.43º | 0.42% | 0.87% | - |
| HSV(B) | 156.43º | 0.12% | 0.93% | - |
| XYZ | 69.6 | 78.84 | 82.78 | - |
| YUV | 226.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 225 | 0.12 | 0 | 0.05 | 0.07 | 156.43 | 0.42 | 0.87 |
| Hex | D0 | EC | E1 | C | 0 | 5 | 7 | 9C | 2A | 57 |
| Octal | 320 | 354 | 341 | 14 | 0 | 5 | 7 | 234 | 52 | 127 |
| Binary | 11010000 | 11101100 | 11100001 | 1100 | 0 | 101 | 111 | 10011100 | 101010 | 1010111 |
Color Harmonies of #D0ECE1
Complementary color
Monochromatic Colors of #D0ECE1
Black with #D0ECE1
Text Example
Text Example
White with #D0ECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECE1; }
p { color: rgb(208,236,225); }
H1.HeaderClassName
{
color: #D0ECE1;
}
.AnyTagClassName
{
color: #D0ECE1;
}
</style>
background-color css
<style>
a { background-color: #D0ECE1; }
a { background-color: rgb(208,236,225); }
div.DivClassName
{
background-color: #D0ECE1;
}
.BgClassName
{
background-color: #D0ECE1;
}
</style>
border-color css
<style>
span { border-color: #D0ECE1; }
span { border-color: rgb(208,236,225); }
td.TdClassName
{
border-color: #D0ECE1;
}
.TagClassName
{
border-color: #D0ECE1;
}
</style>