Shades of Humming Bird #D0FFED
Tints of Humming Bird #D0FFED
RGB
CMYK
RGB Variations
Color information
#D0FFED (or 0xD0FFED) is known color: Humming Bird. HEX triplet: D0, FF and ED. RGB value is (208,255,237). Sum of RGB (Red+Green+Blue) = 208+255+237=700 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.71% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFED is #2F0012. Grayscale: #EEEEEE. Windows color (decimal): -3080211 or 15597520. OLE color: 15597520.
HSL color Cylindrical-coordinate representation of color #D0FFED: hue angle of 157.02º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FFED is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 237 | - |
| CMYK | 0.18 | 0 | 0.07 | 0 |
| HSL | 157.02º | 1% | 0.91% | - |
| HSV(B) | 157.02º | 0.18% | 1% | - |
| XYZ | 77.06 | 91.04 | 93.63 | - |
| YUV | 238.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 237 | 0.18 | 0 | 0.07 | 0 | 157.02 | 1 | 0.91 |
| Hex | D0 | FF | ED | 12 | 0 | 7 | 0 | 9D | 64 | 5B |
| Octal | 320 | 377 | 355 | 22 | 0 | 7 | 0 | 235 | 144 | 133 |
| Binary | 11010000 | 11111111 | 11101101 | 10010 | 0 | 111 | 0 | 10011101 | 1100100 | 1011011 |
Color Harmonies of #D0FFED
Complementary color
Monochromatic Colors of #D0FFED
Black with #D0FFED
Text Example
Text Example
White with #D0FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFED; }
p { color: rgb(208,255,237); }
H1.HeaderClassName
{
color: #D0FFED;
}
.AnyTagClassName
{
color: #D0FFED;
}
</style>
background-color css
<style>
a { background-color: #D0FFED; }
a { background-color: rgb(208,255,237); }
div.DivClassName
{
background-color: #D0FFED;
}
.BgClassName
{
background-color: #D0FFED;
}
</style>
border-color css
<style>
span { border-color: #D0FFED; }
span { border-color: rgb(208,255,237); }
td.TdClassName
{
border-color: #D0FFED;
}
.TagClassName
{
border-color: #D0FFED;
}
</style>