Shades of Humming Bird #D2FCED
Tints of Humming Bird #D2FCED
RGB
CMYK
RGB Variations
Color information
#D2FCED (or 0xD2FCED) is known color: Humming Bird. HEX triplet: D2, FC and ED. RGB value is (210,252,237). Sum of RGB (Red+Green+Blue) = 210+252+237=699 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.04% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FCED is #2D0312. Grayscale: #EDEDED. Windows color (decimal): -2949907 or 15596754. OLE color: 15596754.
HSL color Cylindrical-coordinate representation of color #D2FCED: hue angle of 158.57º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FCED is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 237 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.01 |
| HSL | 158.57º | 0.88% | 0.91% | - |
| HSV(B) | 158.57º | 0.17% | 0.99% | - |
| XYZ | 76.67 | 89.44 | 93.34 | - |
| YUV | 237.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 237 | 0.17 | 0 | 0.06 | 0.01 | 158.57 | 0.88 | 0.91 |
| Hex | D2 | FC | ED | 11 | 0 | 6 | 1 | 9F | 58 | 5B |
| Octal | 322 | 374 | 355 | 21 | 0 | 6 | 1 | 237 | 130 | 133 |
| Binary | 11010010 | 11111100 | 11101101 | 10001 | 0 | 110 | 1 | 10011111 | 1011000 | 1011011 |
Color Harmonies of #D2FCED
Complementary color
Monochromatic Colors of #D2FCED
Black with #D2FCED
Text Example
Text Example
White with #D2FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCED; }
p { color: rgb(210,252,237); }
H1.HeaderClassName
{
color: #D2FCED;
}
.AnyTagClassName
{
color: #D2FCED;
}
</style>
background-color css
<style>
a { background-color: #D2FCED; }
a { background-color: rgb(210,252,237); }
div.DivClassName
{
background-color: #D2FCED;
}
.BgClassName
{
background-color: #D2FCED;
}
</style>
border-color css
<style>
span { border-color: #D2FCED; }
span { border-color: rgb(210,252,237); }
td.TdClassName
{
border-color: #D2FCED;
}
.TagClassName
{
border-color: #D2FCED;
}
</style>