Shades of Humming Bird #D2FCEB
Tints of Humming Bird #D2FCEB
RGB
CMYK
RGB Variations
Color information
#D2FCEB (or 0xD2FCEB) is known color: Humming Bird. HEX triplet: D2, FC and EB. RGB value is (210,252,235). Sum of RGB (Red+Green+Blue) = 210+252+235=697 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.13% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FCEB is #2D0314. Grayscale: #EDEDED. Windows color (decimal): -2949909 or 15465682. OLE color: 15465682.
HSL color Cylindrical-coordinate representation of color #D2FCEB: hue angle of 155.71º 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 #D2FCEB is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 235 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.01 |
| HSL | 155.71º | 0.88% | 0.91% | - |
| HSV(B) | 155.71º | 0.17% | 0.99% | - |
| XYZ | 76.38 | 89.32 | 91.81 | - |
| YUV | 237.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 235 | 0.17 | 0 | 0.07 | 0.01 | 155.71 | 0.88 | 0.91 |
| Hex | D2 | FC | EB | 11 | 0 | 7 | 1 | 9C | 58 | 5B |
| Octal | 322 | 374 | 353 | 21 | 0 | 7 | 1 | 234 | 130 | 133 |
| Binary | 11010010 | 11111100 | 11101011 | 10001 | 0 | 111 | 1 | 10011100 | 1011000 | 1011011 |
Color Harmonies of #D2FCEB
Complementary color
Monochromatic Colors of #D2FCEB
Black with #D2FCEB
Text Example
Text Example
White with #D2FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCEB; }
p { color: rgb(210,252,235); }
H1.HeaderClassName
{
color: #D2FCEB;
}
.AnyTagClassName
{
color: #D2FCEB;
}
</style>
background-color css
<style>
a { background-color: #D2FCEB; }
a { background-color: rgb(210,252,235); }
div.DivClassName
{
background-color: #D2FCEB;
}
.BgClassName
{
background-color: #D2FCEB;
}
</style>
border-color css
<style>
span { border-color: #D2FCEB; }
span { border-color: rgb(210,252,235); }
td.TdClassName
{
border-color: #D2FCEB;
}
.TagClassName
{
border-color: #D2FCEB;
}
</style>