Shades of Humming Bird #D2FBED
Tints of Humming Bird #D2FBED
RGB
CMYK
RGB Variations
Color information
#D2FBED (or 0xD2FBED) is known color: Humming Bird. HEX triplet: D2, FB and ED. RGB value is (210,251,237). Sum of RGB (Red+Green+Blue) = 210+251+237=698 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.09% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FBED is #2D0412. Grayscale: #EDEDED. Windows color (decimal): -2950163 or 15596498. OLE color: 15596498.
HSL color Cylindrical-coordinate representation of color #D2FBED: hue angle of 159.51º 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 #D2FBED is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 237 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.02 |
| HSL | 159.51º | 0.84% | 0.9% | - |
| HSV(B) | 159.51º | 0.16% | 0.98% | - |
| XYZ | 76.36 | 88.81 | 93.24 | - |
| YUV | 237.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 237 | 0.16 | 0 | 0.06 | 0.02 | 159.51 | 0.84 | 0.9 |
| Hex | D2 | FB | ED | 10 | 0 | 6 | 2 | A0 | 54 | 5A |
| Octal | 322 | 373 | 355 | 20 | 0 | 6 | 2 | 240 | 124 | 132 |
| Binary | 11010010 | 11111011 | 11101101 | 10000 | 0 | 110 | 10 | 10100000 | 1010100 | 1011010 |
Color Harmonies of #D2FBED
Complementary color
Monochromatic Colors of #D2FBED
Black with #D2FBED
Text Example
Text Example
White with #D2FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FBED; }
p { color: rgb(210,251,237); }
H1.HeaderClassName
{
color: #D2FBED;
}
.AnyTagClassName
{
color: #D2FBED;
}
</style>
background-color css
<style>
a { background-color: #D2FBED; }
a { background-color: rgb(210,251,237); }
div.DivClassName
{
background-color: #D2FBED;
}
.BgClassName
{
background-color: #D2FBED;
}
</style>
border-color css
<style>
span { border-color: #D2FBED; }
span { border-color: rgb(210,251,237); }
td.TdClassName
{
border-color: #D2FBED;
}
.TagClassName
{
border-color: #D2FBED;
}
</style>