Shades of Humming Bird #D2F4EC
Tints of Humming Bird #D2F4EC
RGB
CMYK
RGB Variations
Color information
#D2F4EC (or 0xD2F4EC) is known color: Humming Bird. HEX triplet: D2, F4 and EC. RGB value is (210,244,236). Sum of RGB (Red+Green+Blue) = 210+244+236=690 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.43% from 690); Green value is 244 (95.70% from 255 or 35.36% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F4EC is #2D0B13. Grayscale: #E8E8E8. Windows color (decimal): -2951956 or 15529170. OLE color: 15529170.
HSL color Cylindrical-coordinate representation of color #D2F4EC: hue angle of 165.88º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2F4EC is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 236 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.04 |
| HSL | 165.88º | 0.61% | 0.89% | - |
| HSV(B) | 165.88º | 0.14% | 0.96% | - |
| XYZ | 74.07 | 84.46 | 91.76 | - |
| YUV | 232.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 236 | 0.14 | 0 | 0.03 | 0.04 | 165.88 | 0.61 | 0.89 |
| Hex | D2 | F4 | EC | E | 0 | 3 | 4 | A6 | 3D | 59 |
| Octal | 322 | 364 | 354 | 16 | 0 | 3 | 4 | 246 | 75 | 131 |
| Binary | 11010010 | 11110100 | 11101100 | 1110 | 0 | 11 | 100 | 10100110 | 111101 | 1011001 |
Color Harmonies of #D2F4EC
Complementary color
Monochromatic Colors of #D2F4EC
Black with #D2F4EC
Text Example
Text Example
White with #D2F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F4EC; }
p { color: rgb(210,244,236); }
H1.HeaderClassName
{
color: #D2F4EC;
}
.AnyTagClassName
{
color: #D2F4EC;
}
</style>
background-color css
<style>
a { background-color: #D2F4EC; }
a { background-color: rgb(210,244,236); }
div.DivClassName
{
background-color: #D2F4EC;
}
.BgClassName
{
background-color: #D2F4EC;
}
</style>
border-color css
<style>
span { border-color: #D2F4EC; }
span { border-color: rgb(210,244,236); }
td.TdClassName
{
border-color: #D2F4EC;
}
.TagClassName
{
border-color: #D2F4EC;
}
</style>