Shades of Humming Bird #D3FDED
Tints of Humming Bird #D3FDED
RGB
CMYK
RGB Variations
Color information
#D3FDED (or 0xD3FDED) is known color: Humming Bird. HEX triplet: D3, FD and ED. RGB value is (211,253,237). Sum of RGB (Red+Green+Blue) = 211+253+237=701 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.10% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FDED is #2C0212. Grayscale: #EEEEEE. Windows color (decimal): -2884115 or 15597011. OLE color: 15597011.
HSL color Cylindrical-coordinate representation of color #D3FDED: hue angle of 157.14º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3FDED is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 211 | 253 | 237 | - |
CMYK | 0.17 | 0 | 0.06 | 0.01 |
HSL | 157.14º | 0.91% | 0.91% | - |
HSV(B) | 157.14º | 0.17% | 0.99% | - |
XYZ | 77.28 | 90.21 | 93.46 | - |
YUV | 238.62 | 127.09 | 108.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 253 | 237 | 0.17 | 0 | 0.06 | 0.01 | 157.14 | 0.91 | 0.91 |
Hex | D3 | FD | ED | 11 | 0 | 6 | 1 | 9D | 5B | 5B |
Octal | 323 | 375 | 355 | 21 | 0 | 6 | 1 | 235 | 133 | 133 |
Binary | 11010011 | 11111101 | 11101101 | 10001 | 0 | 110 | 1 | 10011101 | 1011011 | 1011011 |
Color Harmonies of #D3FDED
Complementary color
Monochromatic Colors of #D3FDED
Black with #D3FDED
Text Example
Text Example
White with #D3FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FDED; }
p { color: rgb(211,253,237); }
H1.HeaderClassName
{
color: #D3FDED;
}
.AnyTagClassName
{
color: #D3FDED;
}
</style>
background-color css
<style>
a { background-color: #D3FDED; }
a { background-color: rgb(211,253,237); }
div.DivClassName
{
background-color: #D3FDED;
}
.BgClassName
{
background-color: #D3FDED;
}
</style>
border-color css
<style>
span { border-color: #D3FDED; }
span { border-color: rgb(211,253,237); }
td.TdClassName
{
border-color: #D3FDED;
}
.TagClassName
{
border-color: #D3FDED;
}
</style>