Shades of Humming Bird #D1FAEA
Tints of Humming Bird #D1FAEA
RGB
CMYK
RGB Variations
Color information
#D1FAEA (or 0xD1FAEA) is known color: Humming Bird. HEX triplet: D1, FA and EA. RGB value is (209,250,234). Sum of RGB (Red+Green+Blue) = 209+250+234=693 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.16% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FAEA is #2E0515. Grayscale: #EBEBEB. Windows color (decimal): -3015958 or 15399633. OLE color: 15399633.
HSL color Cylindrical-coordinate representation of color #D1FAEA: hue angle of 156.59º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1FAEA is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 234 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.02 |
| HSL | 156.59º | 0.8% | 0.9% | - |
| HSV(B) | 156.59º | 0.16% | 0.98% | - |
| XYZ | 75.33 | 87.87 | 90.83 | - |
| YUV | 235.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 234 | 0.16 | 0 | 0.06 | 0.02 | 156.59 | 0.8 | 0.9 |
| Hex | D1 | FA | EA | 10 | 0 | 6 | 2 | 9D | 50 | 5A |
| Octal | 321 | 372 | 352 | 20 | 0 | 6 | 2 | 235 | 120 | 132 |
| Binary | 11010001 | 11111010 | 11101010 | 10000 | 0 | 110 | 10 | 10011101 | 1010000 | 1011010 |
Color Harmonies of #D1FAEA
Complementary color
Monochromatic Colors of #D1FAEA
Black with #D1FAEA
Text Example
Text Example
White with #D1FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FAEA; }
p { color: rgb(209,250,234); }
H1.HeaderClassName
{
color: #D1FAEA;
}
.AnyTagClassName
{
color: #D1FAEA;
}
</style>
background-color css
<style>
a { background-color: #D1FAEA; }
a { background-color: rgb(209,250,234); }
div.DivClassName
{
background-color: #D1FAEA;
}
.BgClassName
{
background-color: #D1FAEA;
}
</style>
border-color css
<style>
span { border-color: #D1FAEA; }
span { border-color: rgb(209,250,234); }
td.TdClassName
{
border-color: #D1FAEA;
}
.TagClassName
{
border-color: #D1FAEA;
}
</style>