Shades of Humming Bird #D2F1EA
Tints of Humming Bird #D2F1EA
RGB
CMYK
RGB Variations
Color information
#D2F1EA (or 0xD2F1EA) is known color: Humming Bird. HEX triplet: D2, F1 and EA. RGB value is (210,241,234). Sum of RGB (Red+Green+Blue) = 210+241+234=685 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.66% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F1EA is #2D0E15. Grayscale: #E6E6E6. Windows color (decimal): -2952726 or 15397330. OLE color: 15397330.
HSL color Cylindrical-coordinate representation of color #D2F1EA: hue angle of 166.45º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2F1EA is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 234 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.05 |
| HSL | 166.45º | 0.53% | 0.88% | - |
| HSV(B) | 166.45º | 0.13% | 0.95% | - |
| XYZ | 72.88 | 82.55 | 89.93 | - |
| YUV | 230.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 234 | 0.13 | 0 | 0.03 | 0.05 | 166.45 | 0.53 | 0.88 |
| Hex | D2 | F1 | EA | D | 0 | 3 | 5 | A6 | 35 | 58 |
| Octal | 322 | 361 | 352 | 15 | 0 | 3 | 5 | 246 | 65 | 130 |
| Binary | 11010010 | 11110001 | 11101010 | 1101 | 0 | 11 | 101 | 10100110 | 110101 | 1011000 |
Color Harmonies of #D2F1EA
Complementary color
Monochromatic Colors of #D2F1EA
Black with #D2F1EA
Text Example
Text Example
White with #D2F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F1EA; }
p { color: rgb(210,241,234); }
H1.HeaderClassName
{
color: #D2F1EA;
}
.AnyTagClassName
{
color: #D2F1EA;
}
</style>
background-color css
<style>
a { background-color: #D2F1EA; }
a { background-color: rgb(210,241,234); }
div.DivClassName
{
background-color: #D2F1EA;
}
.BgClassName
{
background-color: #D2F1EA;
}
</style>
border-color css
<style>
span { border-color: #D2F1EA; }
span { border-color: rgb(210,241,234); }
td.TdClassName
{
border-color: #D2F1EA;
}
.TagClassName
{
border-color: #D2F1EA;
}
</style>