Shades of Humming Bird #D1F8EE
Tints of Humming Bird #D1F8EE
RGB
CMYK
RGB Variations
Color information
#D1F8EE (or 0xD1F8EE) is known color: Humming Bird. HEX triplet: D1, F8 and EE. RGB value is (209,248,238). Sum of RGB (Red+Green+Blue) = 209+248+238=695 (92% of max value = 765). Red value is 209 (82.03% from 255 or 30.07% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F8EE is #2E0711. Grayscale: #EBEBEB. Windows color (decimal): -3016466 or 15661265. OLE color: 15661265.
HSL color Cylindrical-coordinate representation of color #D1F8EE: hue angle of 164.62º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1F8EE is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 238 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.03 |
| HSL | 164.62º | 0.74% | 0.9% | - |
| HSV(B) | 164.62º | 0.16% | 0.97% | - |
| XYZ | 75.29 | 86.86 | 93.69 | - |
| YUV | 235.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 238 | 0.16 | 0 | 0.04 | 0.03 | 164.62 | 0.74 | 0.9 |
| Hex | D1 | F8 | EE | 10 | 0 | 4 | 3 | A5 | 4A | 5A |
| Octal | 321 | 370 | 356 | 20 | 0 | 4 | 3 | 245 | 112 | 132 |
| Binary | 11010001 | 11111000 | 11101110 | 10000 | 0 | 100 | 11 | 10100101 | 1001010 | 1011010 |
Color Harmonies of #D1F8EE
Complementary color
Monochromatic Colors of #D1F8EE
Black with #D1F8EE
Text Example
Text Example
White with #D1F8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F8EE; }
p { color: rgb(209,248,238); }
H1.HeaderClassName
{
color: #D1F8EE;
}
.AnyTagClassName
{
color: #D1F8EE;
}
</style>
background-color css
<style>
a { background-color: #D1F8EE; }
a { background-color: rgb(209,248,238); }
div.DivClassName
{
background-color: #D1F8EE;
}
.BgClassName
{
background-color: #D1F8EE;
}
</style>
border-color css
<style>
span { border-color: #D1F8EE; }
span { border-color: rgb(209,248,238); }
td.TdClassName
{
border-color: #D1F8EE;
}
.TagClassName
{
border-color: #D1F8EE;
}
</style>