Shades of Humming Bird #D1E8DF
Tints of Humming Bird #D1E8DF
RGB
CMYK
RGB Variations
Color information
#D1E8DF (or 0xD1E8DF) is known color: Humming Bird. HEX triplet: D1, E8 and DF. RGB value is (209,232,223). Sum of RGB (Red+Green+Blue) = 209+232+223=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E8DF is #2E1720. Grayscale: #E0E0E0. Windows color (decimal): -3020577 or 14674129. OLE color: 14674129.
HSL color Cylindrical-coordinate representation of color #D1E8DF: hue angle of 156.52º degrees, saturation: 0.33, 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 #D1E8DF is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 232 | 223 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.09 |
| HSL | 156.52º | 0.33% | 0.86% | - |
| HSV(B) | 156.52º | 0.1% | 0.91% | - |
| XYZ | 68.47 | 76.6 | 80.99 | - |
| YUV | 224.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 223 | 0.10 | 0 | 0.04 | 0.09 | 156.52 | 0.33 | 0.86 |
| Hex | D1 | E8 | DF | A | 0 | 4 | 9 | 9D | 21 | 56 |
| Octal | 321 | 350 | 337 | 12 | 0 | 4 | 11 | 235 | 41 | 126 |
| Binary | 11010001 | 11101000 | 11011111 | 1010 | 0 | 100 | 1001 | 10011101 | 100001 | 1010110 |
Color Harmonies of #D1E8DF
Complementary color
Monochromatic Colors of #D1E8DF
Black with #D1E8DF
Text Example
Text Example
White with #D1E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E8DF; }
p { color: rgb(209,232,223); }
H1.HeaderClassName
{
color: #D1E8DF;
}
.AnyTagClassName
{
color: #D1E8DF;
}
</style>
background-color css
<style>
a { background-color: #D1E8DF; }
a { background-color: rgb(209,232,223); }
div.DivClassName
{
background-color: #D1E8DF;
}
.BgClassName
{
background-color: #D1E8DF;
}
</style>
border-color css
<style>
span { border-color: #D1E8DF; }
span { border-color: rgb(209,232,223); }
td.TdClassName
{
border-color: #D1E8DF;
}
.TagClassName
{
border-color: #D1E8DF;
}
</style>