Shades of Humming Bird #D4EDE5
Tints of Humming Bird #D4EDE5
RGB
CMYK
RGB Variations
Color information
#D4EDE5 (or 0xD4EDE5) is known color: Humming Bird. HEX triplet: D4, ED and E5. RGB value is (212,237,229). Sum of RGB (Red+Green+Blue) = 212+237+229=678 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.27% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDE5 is #2B121A. Grayscale: #E4E4E4. Windows color (decimal): -2822683 or 15068628. OLE color: 15068628.
HSL color Cylindrical-coordinate representation of color #D4EDE5: hue angle of 160.8º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EDE5 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 237 | 229 | - |
CMYK | 0.11 | 0 | 0.03 | 0.07 |
HSL | 160.8º | 0.41% | 0.88% | - |
HSV(B) | 160.8º | 0.11% | 0.93% | - |
XYZ | 71.58 | 80.22 | 85.84 | - |
YUV | 228.61 | 128.22 | 116.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 237 | 229 | 0.11 | 0 | 0.03 | 0.07 | 160.8 | 0.41 | 0.88 |
Hex | D4 | ED | E5 | B | 0 | 3 | 7 | A1 | 29 | 58 |
Octal | 324 | 355 | 345 | 13 | 0 | 3 | 7 | 241 | 51 | 130 |
Binary | 11010100 | 11101101 | 11100101 | 1011 | 0 | 11 | 111 | 10100001 | 101001 | 1011000 |
Color Harmonies of #D4EDE5
Complementary color
Monochromatic Colors of #D4EDE5
Black with #D4EDE5
Text Example
Text Example
White with #D4EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDE5; }
p { color: rgb(212,237,229); }
H1.HeaderClassName
{
color: #D4EDE5;
}
.AnyTagClassName
{
color: #D4EDE5;
}
</style>
background-color css
<style>
a { background-color: #D4EDE5; }
a { background-color: rgb(212,237,229); }
div.DivClassName
{
background-color: #D4EDE5;
}
.BgClassName
{
background-color: #D4EDE5;
}
</style>
border-color css
<style>
span { border-color: #D4EDE5; }
span { border-color: rgb(212,237,229); }
td.TdClassName
{
border-color: #D4EDE5;
}
.TagClassName
{
border-color: #D4EDE5;
}
</style>