Shades of Humming Bird #D1F0E6
Tints of Humming Bird #D1F0E6
RGB
CMYK
RGB Variations
Color information
#D1F0E6 (or 0xD1F0E6) is known color: Humming Bird. HEX triplet: D1, F0 and E6. RGB value is (209,240,230). Sum of RGB (Red+Green+Blue) = 209+240+230=679 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.78% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F0E6 is #2E0F19. Grayscale: #E5E5E5. Windows color (decimal): -3018522 or 15134929. OLE color: 15134929.
HSL color Cylindrical-coordinate representation of color #D1F0E6: hue angle of 160.65º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1F0E6 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 230 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.06 |
| HSL | 160.65º | 0.51% | 0.88% | - |
| HSV(B) | 160.65º | 0.13% | 0.94% | - |
| XYZ | 71.74 | 81.59 | 86.83 | - |
| YUV | 229.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 230 | 0.13 | 0 | 0.04 | 0.06 | 160.65 | 0.51 | 0.88 |
| Hex | D1 | F0 | E6 | D | 0 | 4 | 6 | A1 | 33 | 58 |
| Octal | 321 | 360 | 346 | 15 | 0 | 4 | 6 | 241 | 63 | 130 |
| Binary | 11010001 | 11110000 | 11100110 | 1101 | 0 | 100 | 110 | 10100001 | 110011 | 1011000 |
Color Harmonies of #D1F0E6
Complementary color
Monochromatic Colors of #D1F0E6
Black with #D1F0E6
Text Example
Text Example
White with #D1F0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F0E6; }
p { color: rgb(209,240,230); }
H1.HeaderClassName
{
color: #D1F0E6;
}
.AnyTagClassName
{
color: #D1F0E6;
}
</style>
background-color css
<style>
a { background-color: #D1F0E6; }
a { background-color: rgb(209,240,230); }
div.DivClassName
{
background-color: #D1F0E6;
}
.BgClassName
{
background-color: #D1F0E6;
}
</style>
border-color css
<style>
span { border-color: #D1F0E6; }
span { border-color: rgb(209,240,230); }
td.TdClassName
{
border-color: #D1F0E6;
}
.TagClassName
{
border-color: #D1F0E6;
}
</style>