Shades of Humming Bird #D2FEEE
Tints of Humming Bird #D2FEEE
RGB
CMYK
RGB Variations
Color information
#D2FEEE (or 0xD2FEEE) is known color: Humming Bird. HEX triplet: D2, FE and EE. RGB value is (210,254,238). Sum of RGB (Red+Green+Blue) = 210+254+238=702 (92% of max value = 765). Red value is 210 (82.42% from 255 or 29.91% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FEEE is #2D0111. Grayscale: #EFEFEF. Windows color (decimal): -2949394 or 15662802. OLE color: 15662802.
HSL color Cylindrical-coordinate representation of color #D2FEEE: hue angle of 158.18º 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 #D2FEEE is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 238 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.00 |
| HSL | 158.18º | 0.96% | 0.91% | - |
| HSV(B) | 158.18º | 0.17% | 1% | - |
| XYZ | 77.45 | 90.76 | 94.32 | - |
| YUV | 239.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 238 | 0.17 | 0 | 0.06 | 0.00 | 158.18 | 0.96 | 0.91 |
| Hex | D2 | FE | EE | 11 | 0 | 6 | 0 | 9E | 60 | 5B |
| Octal | 322 | 376 | 356 | 21 | 0 | 6 | 0 | 236 | 140 | 133 |
| Binary | 11010010 | 11111110 | 11101110 | 10001 | 0 | 110 | 0 | 10011110 | 1100000 | 1011011 |
Color Harmonies of #D2FEEE
Complementary color
Monochromatic Colors of #D2FEEE
Black with #D2FEEE
Text Example
Text Example
White with #D2FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FEEE; }
p { color: rgb(210,254,238); }
H1.HeaderClassName
{
color: #D2FEEE;
}
.AnyTagClassName
{
color: #D2FEEE;
}
</style>
background-color css
<style>
a { background-color: #D2FEEE; }
a { background-color: rgb(210,254,238); }
div.DivClassName
{
background-color: #D2FEEE;
}
.BgClassName
{
background-color: #D2FEEE;
}
</style>
border-color css
<style>
span { border-color: #D2FEEE; }
span { border-color: rgb(210,254,238); }
td.TdClassName
{
border-color: #D2FEEE;
}
.TagClassName
{
border-color: #D2FEEE;
}
</style>