Shades of Humming Bird #D3FBED
Tints of Humming Bird #D3FBED
RGB
CMYK
RGB Variations
Color information
#D3FBED (or 0xD3FBED) is known color: Humming Bird. HEX triplet: D3, FB and ED. RGB value is (211,251,237). Sum of RGB (Red+Green+Blue) = 211+251+237=699 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.19% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FBED is #2C0412. Grayscale: #EDEDED. Windows color (decimal): -2884627 or 15596499. OLE color: 15596499.
HSL color Cylindrical-coordinate representation of color #D3FBED: hue angle of 159º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3FBED is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 251 | 237 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.02 |
| HSL | 159º | 0.83% | 0.91% | - |
| HSV(B) | 159º | 0.16% | 0.98% | - |
| XYZ | 76.65 | 88.96 | 93.25 | - |
| YUV | 237.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 251 | 237 | 0.16 | 0 | 0.06 | 0.02 | 159 | 0.83 | 0.91 |
| Hex | D3 | FB | ED | 10 | 0 | 6 | 2 | 9F | 53 | 5B |
| Octal | 323 | 373 | 355 | 20 | 0 | 6 | 2 | 237 | 123 | 133 |
| Binary | 11010011 | 11111011 | 11101101 | 10000 | 0 | 110 | 10 | 10011111 | 1010011 | 1011011 |
Color Harmonies of #D3FBED
Complementary color
Monochromatic Colors of #D3FBED
Black with #D3FBED
Text Example
Text Example
White with #D3FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FBED; }
p { color: rgb(211,251,237); }
H1.HeaderClassName
{
color: #D3FBED;
}
.AnyTagClassName
{
color: #D3FBED;
}
</style>
background-color css
<style>
a { background-color: #D3FBED; }
a { background-color: rgb(211,251,237); }
div.DivClassName
{
background-color: #D3FBED;
}
.BgClassName
{
background-color: #D3FBED;
}
</style>
border-color css
<style>
span { border-color: #D3FBED; }
span { border-color: rgb(211,251,237); }
td.TdClassName
{
border-color: #D3FBED;
}
.TagClassName
{
border-color: #D3FBED;
}
</style>