Shades of Humming Bird #D0E9DF
Tints of Humming Bird #D0E9DF
RGB
CMYK
RGB Variations
Color information
#D0E9DF (or 0xD0E9DF) is known color: Humming Bird. HEX triplet: D0, E9 and DF. RGB value is (208,233,223). Sum of RGB (Red+Green+Blue) = 208+233+223=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9DF is #2F1620. Grayscale: #E0E0E0. Windows color (decimal): -3085857 or 14674384. OLE color: 14674384.
HSL color Cylindrical-coordinate representation of color #D0E9DF: hue angle of 156º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E9DF is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 223 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.09 |
| HSL | 156º | 0.36% | 0.86% | - |
| HSV(B) | 156º | 0.11% | 0.91% | - |
| XYZ | 68.47 | 77.02 | 81.07 | - |
| YUV | 224.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 223 | 0.11 | 0 | 0.04 | 0.09 | 156 | 0.36 | 0.86 |
| Hex | D0 | E9 | DF | B | 0 | 4 | 9 | 9C | 24 | 56 |
| Octal | 320 | 351 | 337 | 13 | 0 | 4 | 11 | 234 | 44 | 126 |
| Binary | 11010000 | 11101001 | 11011111 | 1011 | 0 | 100 | 1001 | 10011100 | 100100 | 1010110 |
Color Harmonies of #D0E9DF
Complementary color
Monochromatic Colors of #D0E9DF
Black with #D0E9DF
Text Example
Text Example
White with #D0E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9DF; }
p { color: rgb(208,233,223); }
H1.HeaderClassName
{
color: #D0E9DF;
}
.AnyTagClassName
{
color: #D0E9DF;
}
</style>
background-color css
<style>
a { background-color: #D0E9DF; }
a { background-color: rgb(208,233,223); }
div.DivClassName
{
background-color: #D0E9DF;
}
.BgClassName
{
background-color: #D0E9DF;
}
</style>
border-color css
<style>
span { border-color: #D0E9DF; }
span { border-color: rgb(208,233,223); }
td.TdClassName
{
border-color: #D0E9DF;
}
.TagClassName
{
border-color: #D0E9DF;
}
</style>