Shades of Humming Bird #D4FCED
Tints of Humming Bird #D4FCED
RGB
CMYK
RGB Variations
Color information
#D4FCED (or 0xD4FCED) is known color: Humming Bird. HEX triplet: D4, FC and ED. RGB value is (212,252,237). Sum of RGB (Red+Green+Blue) = 212+252+237=701 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.24% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FCED is #2B0312. Grayscale: #EEEEEE. Windows color (decimal): -2818835 or 15596756. OLE color: 15596756.
HSL color Cylindrical-coordinate representation of color #D4FCED: hue angle of 157.5º 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 #D4FCED is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 252 | 237 | - |
CMYK | 0.16 | 0 | 0.06 | 0.01 |
HSL | 157.5º | 0.87% | 0.91% | - |
HSV(B) | 157.5º | 0.16% | 0.99% | - |
XYZ | 77.25 | 89.73 | 93.37 | - |
YUV | 238.33 | 127.25 | 109.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 252 | 237 | 0.16 | 0 | 0.06 | 0.01 | 157.5 | 0.87 | 0.91 |
Hex | D4 | FC | ED | 10 | 0 | 6 | 1 | 9E | 57 | 5B |
Octal | 324 | 374 | 355 | 20 | 0 | 6 | 1 | 236 | 127 | 133 |
Binary | 11010100 | 11111100 | 11101101 | 10000 | 0 | 110 | 1 | 10011110 | 1010111 | 1011011 |
Color Harmonies of #D4FCED
Complementary color
Monochromatic Colors of #D4FCED
Black with #D4FCED
Text Example
Text Example
White with #D4FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FCED; }
p { color: rgb(212,252,237); }
H1.HeaderClassName
{
color: #D4FCED;
}
.AnyTagClassName
{
color: #D4FCED;
}
</style>
background-color css
<style>
a { background-color: #D4FCED; }
a { background-color: rgb(212,252,237); }
div.DivClassName
{
background-color: #D4FCED;
}
.BgClassName
{
background-color: #D4FCED;
}
</style>
border-color css
<style>
span { border-color: #D4FCED; }
span { border-color: rgb(212,252,237); }
td.TdClassName
{
border-color: #D4FCED;
}
.TagClassName
{
border-color: #D4FCED;
}
</style>