Shades of Humming Bird #D2F7EE
Tints of Humming Bird #D2F7EE
RGB
CMYK
RGB Variations
Color information
#D2F7EE (or 0xD2F7EE) is known color: Humming Bird. HEX triplet: D2, F7 and EE. RGB value is (210,247,238). Sum of RGB (Red+Green+Blue) = 210+247+238=695 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.22% from 695); Green value is 247 (96.88% from 255 or 35.54% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F7EE is #2D0811. Grayscale: #EAEAEA. Windows color (decimal): -2951186 or 15661010. OLE color: 15661010.
HSL color Cylindrical-coordinate representation of color #D2F7EE: hue angle of 165.41º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F7EE is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 238 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.03 |
| HSL | 165.41º | 0.7% | 0.9% | - |
| HSV(B) | 165.41º | 0.15% | 0.97% | - |
| XYZ | 75.27 | 86.4 | 93.6 | - |
| YUV | 234.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 238 | 0.15 | 0 | 0.04 | 0.03 | 165.41 | 0.7 | 0.9 |
| Hex | D2 | F7 | EE | F | 0 | 4 | 3 | A5 | 46 | 5A |
| Octal | 322 | 367 | 356 | 17 | 0 | 4 | 3 | 245 | 106 | 132 |
| Binary | 11010010 | 11110111 | 11101110 | 1111 | 0 | 100 | 11 | 10100101 | 1000110 | 1011010 |
Color Harmonies of #D2F7EE
Complementary color
Monochromatic Colors of #D2F7EE
Black with #D2F7EE
Text Example
Text Example
White with #D2F7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F7EE; }
p { color: rgb(210,247,238); }
H1.HeaderClassName
{
color: #D2F7EE;
}
.AnyTagClassName
{
color: #D2F7EE;
}
</style>
background-color css
<style>
a { background-color: #D2F7EE; }
a { background-color: rgb(210,247,238); }
div.DivClassName
{
background-color: #D2F7EE;
}
.BgClassName
{
background-color: #D2F7EE;
}
</style>
border-color css
<style>
span { border-color: #D2F7EE; }
span { border-color: rgb(210,247,238); }
td.TdClassName
{
border-color: #D2F7EE;
}
.TagClassName
{
border-color: #D2F7EE;
}
</style>