Shades of Humming Bird #D1FAE9
Tints of Humming Bird #D1FAE9
RGB
CMYK
RGB Variations
Color information
#D1FAE9 (or 0xD1FAE9) is known color: Humming Bird. HEX triplet: D1, FA and E9. RGB value is (209,250,233). Sum of RGB (Red+Green+Blue) = 209+250+233=692 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.20% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FAE9 is #2E0516. Grayscale: #EBEBEB. Windows color (decimal): -3015959 or 15334097. OLE color: 15334097.
HSL color Cylindrical-coordinate representation of color #D1FAE9: hue angle of 155.12º 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 #D1FAE9 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 233 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.02 |
| HSL | 155.12º | 0.8% | 0.9% | - |
| HSV(B) | 155.12º | 0.16% | 0.98% | - |
| XYZ | 75.19 | 87.81 | 90.08 | - |
| YUV | 235.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 233 | 0.16 | 0 | 0.07 | 0.02 | 155.12 | 0.8 | 0.9 |
| Hex | D1 | FA | E9 | 10 | 0 | 7 | 2 | 9B | 50 | 5A |
| Octal | 321 | 372 | 351 | 20 | 0 | 7 | 2 | 233 | 120 | 132 |
| Binary | 11010001 | 11111010 | 11101001 | 10000 | 0 | 111 | 10 | 10011011 | 1010000 | 1011010 |
Color Harmonies of #D1FAE9
Complementary color
Monochromatic Colors of #D1FAE9
Black with #D1FAE9
Text Example
Text Example
White with #D1FAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FAE9; }
p { color: rgb(209,250,233); }
H1.HeaderClassName
{
color: #D1FAE9;
}
.AnyTagClassName
{
color: #D1FAE9;
}
</style>
background-color css
<style>
a { background-color: #D1FAE9; }
a { background-color: rgb(209,250,233); }
div.DivClassName
{
background-color: #D1FAE9;
}
.BgClassName
{
background-color: #D1FAE9;
}
</style>
border-color css
<style>
span { border-color: #D1FAE9; }
span { border-color: rgb(209,250,233); }
td.TdClassName
{
border-color: #D1FAE9;
}
.TagClassName
{
border-color: #D1FAE9;
}
</style>