Shades of Humming Bird #D3FEF0
Tints of Humming Bird #D3FEF0
RGB
CMYK
RGB Variations
Color information
#D3FEF0 (or 0xD3FEF0) is known color: Humming Bird. HEX triplet: D3, FE and F0. RGB value is (211,254,240). Sum of RGB (Red+Green+Blue) = 211+254+240=705 (93% of max value = 765). Red value is 211 (82.81% from 255 or 29.93% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FEF0 is #2C010F. Grayscale: #EFEFEF. Windows color (decimal): -2883856 or 15793875. OLE color: 15793875.
HSL color Cylindrical-coordinate representation of color #D3FEF0: hue angle of 160.47º 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 #D3FEF0 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 240 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.00 |
| HSL | 160.47º | 0.96% | 0.91% | - |
| HSV(B) | 160.47º | 0.17% | 1% | - |
| XYZ | 78.03 | 91.02 | 95.89 | - |
| YUV | 239.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 240 | 0.17 | 0 | 0.06 | 0.00 | 160.47 | 0.96 | 0.91 |
| Hex | D3 | FE | F0 | 11 | 0 | 6 | 0 | A0 | 60 | 5B |
| Octal | 323 | 376 | 360 | 21 | 0 | 6 | 0 | 240 | 140 | 133 |
| Binary | 11010011 | 11111110 | 11110000 | 10001 | 0 | 110 | 0 | 10100000 | 1100000 | 1011011 |
Color Harmonies of #D3FEF0
Complementary color
Monochromatic Colors of #D3FEF0
Black with #D3FEF0
Text Example
Text Example
White with #D3FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FEF0; }
p { color: rgb(211,254,240); }
H1.HeaderClassName
{
color: #D3FEF0;
}
.AnyTagClassName
{
color: #D3FEF0;
}
</style>
background-color css
<style>
a { background-color: #D3FEF0; }
a { background-color: rgb(211,254,240); }
div.DivClassName
{
background-color: #D3FEF0;
}
.BgClassName
{
background-color: #D3FEF0;
}
</style>
border-color css
<style>
span { border-color: #D3FEF0; }
span { border-color: rgb(211,254,240); }
td.TdClassName
{
border-color: #D3FEF0;
}
.TagClassName
{
border-color: #D3FEF0;
}
</style>