Shades of Humming Bird #D1F2EB
Tints of Humming Bird #D1F2EB
RGB
CMYK
RGB Variations
Color information
#D1F2EB (or 0xD1F2EB) is known color: Humming Bird. HEX triplet: D1, F2 and EB. RGB value is (209,242,235). Sum of RGB (Red+Green+Blue) = 209+242+235=686 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.47% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F2EB is #2E0D14. Grayscale: #E7E7E7. Windows color (decimal): -3018005 or 15463121. OLE color: 15463121.
HSL color Cylindrical-coordinate representation of color #D1F2EB: hue angle of 167.27º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F2EB is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 235 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.05 |
| HSL | 167.27º | 0.56% | 0.88% | - |
| HSV(B) | 167.27º | 0.14% | 0.95% | - |
| XYZ | 73.04 | 83.06 | 90.78 | - |
| YUV | 231.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 235 | 0.14 | 0 | 0.03 | 0.05 | 167.27 | 0.56 | 0.88 |
| Hex | D1 | F2 | EB | E | 0 | 3 | 5 | A7 | 38 | 58 |
| Octal | 321 | 362 | 353 | 16 | 0 | 3 | 5 | 247 | 70 | 130 |
| Binary | 11010001 | 11110010 | 11101011 | 1110 | 0 | 11 | 101 | 10100111 | 111000 | 1011000 |
Color Harmonies of #D1F2EB
Complementary color
Monochromatic Colors of #D1F2EB
Black with #D1F2EB
Text Example
Text Example
White with #D1F2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F2EB; }
p { color: rgb(209,242,235); }
H1.HeaderClassName
{
color: #D1F2EB;
}
.AnyTagClassName
{
color: #D1F2EB;
}
</style>
background-color css
<style>
a { background-color: #D1F2EB; }
a { background-color: rgb(209,242,235); }
div.DivClassName
{
background-color: #D1F2EB;
}
.BgClassName
{
background-color: #D1F2EB;
}
</style>
border-color css
<style>
span { border-color: #D1F2EB; }
span { border-color: rgb(209,242,235); }
td.TdClassName
{
border-color: #D1F2EB;
}
.TagClassName
{
border-color: #D1F2EB;
}
</style>