Shades of Humming Bird #D2FEEC
Tints of Humming Bird #D2FEEC
RGB
CMYK
RGB Variations
Color information
#D2FEEC (or 0xD2FEEC) is known color: Humming Bird. HEX triplet: D2, FE and EC. RGB value is (210,254,236). Sum of RGB (Red+Green+Blue) = 210+254+236=700 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FEEC is #2D0113. Grayscale: #EEEEEE. Windows color (decimal): -2949396 or 15531730. OLE color: 15531730.
HSL color Cylindrical-coordinate representation of color #D2FEEC: hue angle of 155.45º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FEEC is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 236 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.00 |
| HSL | 155.45º | 0.96% | 0.91% | - |
| HSV(B) | 155.45º | 0.17% | 1% | - |
| XYZ | 77.16 | 90.64 | 92.79 | - |
| YUV | 238.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 236 | 0.17 | 0 | 0.07 | 0.00 | 155.45 | 0.96 | 0.91 |
| Hex | D2 | FE | EC | 11 | 0 | 7 | 0 | 9B | 60 | 5B |
| Octal | 322 | 376 | 354 | 21 | 0 | 7 | 0 | 233 | 140 | 133 |
| Binary | 11010010 | 11111110 | 11101100 | 10001 | 0 | 111 | 0 | 10011011 | 1100000 | 1011011 |
Color Harmonies of #D2FEEC
Complementary color
Monochromatic Colors of #D2FEEC
Black with #D2FEEC
Text Example
Text Example
White with #D2FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FEEC; }
p { color: rgb(210,254,236); }
H1.HeaderClassName
{
color: #D2FEEC;
}
.AnyTagClassName
{
color: #D2FEEC;
}
</style>
background-color css
<style>
a { background-color: #D2FEEC; }
a { background-color: rgb(210,254,236); }
div.DivClassName
{
background-color: #D2FEEC;
}
.BgClassName
{
background-color: #D2FEEC;
}
</style>
border-color css
<style>
span { border-color: #D2FEEC; }
span { border-color: rgb(210,254,236); }
td.TdClassName
{
border-color: #D2FEEC;
}
.TagClassName
{
border-color: #D2FEEC;
}
</style>