Shades of Humming Bird #D0F2E6
Tints of Humming Bird #D0F2E6
RGB
CMYK
RGB Variations
Color information
#D0F2E6 (or 0xD0F2E6) is known color: Humming Bird. HEX triplet: D0, F2 and E6. RGB value is (208,242,230). Sum of RGB (Red+Green+Blue) = 208+242+230=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F2E6 is #2F0D19. Grayscale: #E6E6E6. Windows color (decimal): -3083546 or 15135440. OLE color: 15135440.
HSL color Cylindrical-coordinate representation of color #D0F2E6: hue angle of 158.82º degrees, saturation: 0.57, 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 #D0F2E6 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 230 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.05 |
| HSL | 158.82º | 0.57% | 0.88% | - |
| HSV(B) | 158.82º | 0.14% | 0.95% | - |
| XYZ | 72.05 | 82.63 | 87.01 | - |
| YUV | 230.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 230 | 0.14 | 0 | 0.05 | 0.05 | 158.82 | 0.57 | 0.88 |
| Hex | D0 | F2 | E6 | E | 0 | 5 | 5 | 9F | 39 | 58 |
| Octal | 320 | 362 | 346 | 16 | 0 | 5 | 5 | 237 | 71 | 130 |
| Binary | 11010000 | 11110010 | 11100110 | 1110 | 0 | 101 | 101 | 10011111 | 111001 | 1011000 |
Color Harmonies of #D0F2E6
Complementary color
Monochromatic Colors of #D0F2E6
Black with #D0F2E6
Text Example
Text Example
White with #D0F2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2E6; }
p { color: rgb(208,242,230); }
H1.HeaderClassName
{
color: #D0F2E6;
}
.AnyTagClassName
{
color: #D0F2E6;
}
</style>
background-color css
<style>
a { background-color: #D0F2E6; }
a { background-color: rgb(208,242,230); }
div.DivClassName
{
background-color: #D0F2E6;
}
.BgClassName
{
background-color: #D0F2E6;
}
</style>
border-color css
<style>
span { border-color: #D0F2E6; }
span { border-color: rgb(208,242,230); }
td.TdClassName
{
border-color: #D0F2E6;
}
.TagClassName
{
border-color: #D0F2E6;
}
</style>