Shades of Humming Bird #D0E7DF
Tints of Humming Bird #D0E7DF
RGB
CMYK
RGB Variations
Color information
#D0E7DF (or 0xD0E7DF) is known color: Humming Bird. HEX triplet: D0, E7 and DF. RGB value is (208,231,223). Sum of RGB (Red+Green+Blue) = 208+231+223=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E7DF is #2F1820. Grayscale: #DFDFDF. Windows color (decimal): -3086369 or 14673872. OLE color: 14673872.
HSL color Cylindrical-coordinate representation of color #D0E7DF: hue angle of 159.13º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0E7DF is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 223 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.09 |
| HSL | 159.13º | 0.32% | 0.86% | - |
| HSV(B) | 159.13º | 0.1% | 0.91% | - |
| XYZ | 67.91 | 75.89 | 80.88 | - |
| YUV | 223.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 223 | 0.10 | 0 | 0.03 | 0.09 | 159.13 | 0.32 | 0.86 |
| Hex | D0 | E7 | DF | A | 0 | 3 | 9 | 9F | 20 | 56 |
| Octal | 320 | 347 | 337 | 12 | 0 | 3 | 11 | 237 | 40 | 126 |
| Binary | 11010000 | 11100111 | 11011111 | 1010 | 0 | 11 | 1001 | 10011111 | 100000 | 1010110 |
Color Harmonies of #D0E7DF
Complementary color
Monochromatic Colors of #D0E7DF
Black with #D0E7DF
Text Example
Text Example
White with #D0E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E7DF; }
p { color: rgb(208,231,223); }
H1.HeaderClassName
{
color: #D0E7DF;
}
.AnyTagClassName
{
color: #D0E7DF;
}
</style>
background-color css
<style>
a { background-color: #D0E7DF; }
a { background-color: rgb(208,231,223); }
div.DivClassName
{
background-color: #D0E7DF;
}
.BgClassName
{
background-color: #D0E7DF;
}
</style>
border-color css
<style>
span { border-color: #D0E7DF; }
span { border-color: rgb(208,231,223); }
td.TdClassName
{
border-color: #D0E7DF;
}
.TagClassName
{
border-color: #D0E7DF;
}
</style>