Shades of Humming Bird #D3FCEE
Tints of Humming Bird #D3FCEE
RGB
CMYK
RGB Variations
Color information
#D3FCEE (or 0xD3FCEE) is known color: Humming Bird. HEX triplet: D3, FC and EE. RGB value is (211,252,238). Sum of RGB (Red+Green+Blue) = 211+252+238=701 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.10% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FCEE is #2C0311. Grayscale: #EEEEEE. Windows color (decimal): -2884370 or 15662291. OLE color: 15662291.
HSL color Cylindrical-coordinate representation of color #D3FCEE: hue angle of 159.51º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3FCEE is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 238 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.01 |
| HSL | 159.51º | 0.87% | 0.91% | - |
| HSV(B) | 159.51º | 0.16% | 0.99% | - |
| XYZ | 77.11 | 89.64 | 94.13 | - |
| YUV | 238.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 238 | 0.16 | 0 | 0.06 | 0.01 | 159.51 | 0.87 | 0.91 |
| Hex | D3 | FC | EE | 10 | 0 | 6 | 1 | A0 | 57 | 5B |
| Octal | 323 | 374 | 356 | 20 | 0 | 6 | 1 | 240 | 127 | 133 |
| Binary | 11010011 | 11111100 | 11101110 | 10000 | 0 | 110 | 1 | 10100000 | 1010111 | 1011011 |
Color Harmonies of #D3FCEE
Complementary color
Monochromatic Colors of #D3FCEE
Black with #D3FCEE
Text Example
Text Example
White with #D3FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FCEE; }
p { color: rgb(211,252,238); }
H1.HeaderClassName
{
color: #D3FCEE;
}
.AnyTagClassName
{
color: #D3FCEE;
}
</style>
background-color css
<style>
a { background-color: #D3FCEE; }
a { background-color: rgb(211,252,238); }
div.DivClassName
{
background-color: #D3FCEE;
}
.BgClassName
{
background-color: #D3FCEE;
}
</style>
border-color css
<style>
span { border-color: #D3FCEE; }
span { border-color: rgb(211,252,238); }
td.TdClassName
{
border-color: #D3FCEE;
}
.TagClassName
{
border-color: #D3FCEE;
}
</style>