Shades of Humming Bird #D2FBEB
Tints of Humming Bird #D2FBEB
RGB
CMYK
RGB Variations
Color information
#D2FBEB (or 0xD2FBEB) is known color: Humming Bird. HEX triplet: D2, FB and EB. RGB value is (210,251,235). Sum of RGB (Red+Green+Blue) = 210+251+235=696 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.17% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FBEB is #2D0414. Grayscale: #ECECEC. Windows color (decimal): -2950165 or 15465426. OLE color: 15465426.
HSL color Cylindrical-coordinate representation of color #D2FBEB: hue angle of 156.59º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FBEB is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 235 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.02 |
| HSL | 156.59º | 0.84% | 0.9% | - |
| HSV(B) | 156.59º | 0.16% | 0.98% | - |
| XYZ | 76.07 | 88.69 | 91.71 | - |
| YUV | 236.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 235 | 0.16 | 0 | 0.06 | 0.02 | 156.59 | 0.84 | 0.9 |
| Hex | D2 | FB | EB | 10 | 0 | 6 | 2 | 9D | 54 | 5A |
| Octal | 322 | 373 | 353 | 20 | 0 | 6 | 2 | 235 | 124 | 132 |
| Binary | 11010010 | 11111011 | 11101011 | 10000 | 0 | 110 | 10 | 10011101 | 1010100 | 1011010 |
Color Harmonies of #D2FBEB
Complementary color
Monochromatic Colors of #D2FBEB
Black with #D2FBEB
Text Example
Text Example
White with #D2FBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FBEB; }
p { color: rgb(210,251,235); }
H1.HeaderClassName
{
color: #D2FBEB;
}
.AnyTagClassName
{
color: #D2FBEB;
}
</style>
background-color css
<style>
a { background-color: #D2FBEB; }
a { background-color: rgb(210,251,235); }
div.DivClassName
{
background-color: #D2FBEB;
}
.BgClassName
{
background-color: #D2FBEB;
}
</style>
border-color css
<style>
span { border-color: #D2FBEB; }
span { border-color: rgb(210,251,235); }
td.TdClassName
{
border-color: #D2FBEB;
}
.TagClassName
{
border-color: #D2FBEB;
}
</style>