Shades of Humming Bird #D0F3E7
Tints of Humming Bird #D0F3E7
RGB
CMYK
RGB Variations
Color information
#D0F3E7 (or 0xD0F3E7) is known color: Humming Bird. HEX triplet: D0, F3 and E7. RGB value is (208,243,231). Sum of RGB (Red+Green+Blue) = 208+243+231=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F3E7 is #2F0C18. Grayscale: #E7E7E7. Windows color (decimal): -3083289 or 15201232. OLE color: 15201232.
HSL color Cylindrical-coordinate representation of color #D0F3E7: hue angle of 159.43º degrees, saturation: 0.59, 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 #D0F3E7 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 231 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.05 |
| HSL | 159.43º | 0.59% | 0.88% | - |
| HSV(B) | 159.43º | 0.14% | 0.95% | - |
| XYZ | 72.49 | 83.28 | 87.86 | - |
| YUV | 231.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 231 | 0.14 | 0 | 0.05 | 0.05 | 159.43 | 0.59 | 0.88 |
| Hex | D0 | F3 | E7 | E | 0 | 5 | 5 | 9F | 3B | 58 |
| Octal | 320 | 363 | 347 | 16 | 0 | 5 | 5 | 237 | 73 | 130 |
| Binary | 11010000 | 11110011 | 11100111 | 1110 | 0 | 101 | 101 | 10011111 | 111011 | 1011000 |
Color Harmonies of #D0F3E7
Complementary color
Monochromatic Colors of #D0F3E7
Black with #D0F3E7
Text Example
Text Example
White with #D0F3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F3E7; }
p { color: rgb(208,243,231); }
H1.HeaderClassName
{
color: #D0F3E7;
}
.AnyTagClassName
{
color: #D0F3E7;
}
</style>
background-color css
<style>
a { background-color: #D0F3E7; }
a { background-color: rgb(208,243,231); }
div.DivClassName
{
background-color: #D0F3E7;
}
.BgClassName
{
background-color: #D0F3E7;
}
</style>
border-color css
<style>
span { border-color: #D0F3E7; }
span { border-color: rgb(208,243,231); }
td.TdClassName
{
border-color: #D0F3E7;
}
.TagClassName
{
border-color: #D0F3E7;
}
</style>