Shades of Humming Bird #D4EEE6
Tints of Humming Bird #D4EEE6
RGB
CMYK
RGB Variations
Color information
#D4EEE6 (or 0xD4EEE6) is known color: Humming Bird. HEX triplet: D4, EE and E6. RGB value is (212,238,230). Sum of RGB (Red+Green+Blue) = 212+238+230=680 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.18% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EEE6 is #2B1119. Grayscale: #E5E5E5. Windows color (decimal): -2822426 or 15134420. OLE color: 15134420.
HSL color Cylindrical-coordinate representation of color #D4EEE6: hue angle of 161.54º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EEE6 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 238 | 230 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.07 |
| HSL | 161.54º | 0.43% | 0.88% | - |
| HSV(B) | 161.54º | 0.11% | 0.93% | - |
| XYZ | 72.01 | 80.86 | 86.68 | - |
| YUV | 229.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 230 | 0.11 | 0 | 0.03 | 0.07 | 161.54 | 0.43 | 0.88 |
| Hex | D4 | EE | E6 | B | 0 | 3 | 7 | A2 | 2B | 58 |
| Octal | 324 | 356 | 346 | 13 | 0 | 3 | 7 | 242 | 53 | 130 |
| Binary | 11010100 | 11101110 | 11100110 | 1011 | 0 | 11 | 111 | 10100010 | 101011 | 1011000 |
Color Harmonies of #D4EEE6
Complementary color
Monochromatic Colors of #D4EEE6
Black with #D4EEE6
Text Example
Text Example
White with #D4EEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EEE6; }
p { color: rgb(212,238,230); }
H1.HeaderClassName
{
color: #D4EEE6;
}
.AnyTagClassName
{
color: #D4EEE6;
}
</style>
background-color css
<style>
a { background-color: #D4EEE6; }
a { background-color: rgb(212,238,230); }
div.DivClassName
{
background-color: #D4EEE6;
}
.BgClassName
{
background-color: #D4EEE6;
}
</style>
border-color css
<style>
span { border-color: #D4EEE6; }
span { border-color: rgb(212,238,230); }
td.TdClassName
{
border-color: #D4EEE6;
}
.TagClassName
{
border-color: #D4EEE6;
}
</style>