Shades of Humming Bird #D2F1E5
Tints of Humming Bird #D2F1E5
RGB
CMYK
RGB Variations
Color information
#D2F1E5 (or 0xD2F1E5) is known color: Humming Bird. HEX triplet: D2, F1 and E5. RGB value is (210,241,229). Sum of RGB (Red+Green+Blue) = 210+241+229=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1E5 is #2D0E1A. Grayscale: #E6E6E6. Windows color (decimal): -2952731 or 15069650. OLE color: 15069650.
HSL color Cylindrical-coordinate representation of color #D2F1E5: hue angle of 156.77º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2F1E5 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 229 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.05 |
| HSL | 156.77º | 0.53% | 0.88% | - |
| HSV(B) | 156.77º | 0.13% | 0.95% | - |
| XYZ | 72.18 | 82.27 | 86.2 | - |
| YUV | 230.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 229 | 0.13 | 0 | 0.05 | 0.05 | 156.77 | 0.53 | 0.88 |
| Hex | D2 | F1 | E5 | D | 0 | 5 | 5 | 9D | 35 | 58 |
| Octal | 322 | 361 | 345 | 15 | 0 | 5 | 5 | 235 | 65 | 130 |
| Binary | 11010010 | 11110001 | 11100101 | 1101 | 0 | 101 | 101 | 10011101 | 110101 | 1011000 |
Color Harmonies of #D2F1E5
Complementary color
Monochromatic Colors of #D2F1E5
Black with #D2F1E5
Text Example
Text Example
White with #D2F1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F1E5; }
p { color: rgb(210,241,229); }
H1.HeaderClassName
{
color: #D2F1E5;
}
.AnyTagClassName
{
color: #D2F1E5;
}
</style>
background-color css
<style>
a { background-color: #D2F1E5; }
a { background-color: rgb(210,241,229); }
div.DivClassName
{
background-color: #D2F1E5;
}
.BgClassName
{
background-color: #D2F1E5;
}
</style>
border-color css
<style>
span { border-color: #D2F1E5; }
span { border-color: rgb(210,241,229); }
td.TdClassName
{
border-color: #D2F1E5;
}
.TagClassName
{
border-color: #D2F1E5;
}
</style>