Shades of Humming Bird #D1F2E5
Tints of Humming Bird #D1F2E5
RGB
CMYK
RGB Variations
Color information
#D1F2E5 (or 0xD1F2E5) is known color: Humming Bird. HEX triplet: D1, F2 and E5. RGB value is (209,242,229). Sum of RGB (Red+Green+Blue) = 209+242+229=680 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.74% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F2E5 is #2E0D1A. Grayscale: #E6E6E6. Windows color (decimal): -3018011 or 15069905. OLE color: 15069905.
HSL color Cylindrical-coordinate representation of color #D1F2E5: hue angle of 156.36º 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 #D1F2E5 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 242 | 229 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.05 |
| HSL | 156.36º | 0.56% | 0.88% | - |
| HSV(B) | 156.36º | 0.14% | 0.95% | - |
| XYZ | 72.19 | 82.72 | 86.29 | - |
| YUV | 230.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 229 | 0.14 | 0 | 0.05 | 0.05 | 156.36 | 0.56 | 0.88 |
| Hex | D1 | F2 | E5 | E | 0 | 5 | 5 | 9C | 38 | 58 |
| Octal | 321 | 362 | 345 | 16 | 0 | 5 | 5 | 234 | 70 | 130 |
| Binary | 11010001 | 11110010 | 11100101 | 1110 | 0 | 101 | 101 | 10011100 | 111000 | 1011000 |
Color Harmonies of #D1F2E5
Complementary color
Monochromatic Colors of #D1F2E5
Black with #D1F2E5
Text Example
Text Example
White with #D1F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F2E5; }
p { color: rgb(209,242,229); }
H1.HeaderClassName
{
color: #D1F2E5;
}
.AnyTagClassName
{
color: #D1F2E5;
}
</style>
background-color css
<style>
a { background-color: #D1F2E5; }
a { background-color: rgb(209,242,229); }
div.DivClassName
{
background-color: #D1F2E5;
}
.BgClassName
{
background-color: #D1F2E5;
}
</style>
border-color css
<style>
span { border-color: #D1F2E5; }
span { border-color: rgb(209,242,229); }
td.TdClassName
{
border-color: #D1F2E5;
}
.TagClassName
{
border-color: #D1F2E5;
}
</style>