Shades of Humming Bird #D0FAEC
Tints of Humming Bird #D0FAEC
RGB
CMYK
RGB Variations
Color information
#D0FAEC (or 0xD0FAEC) is known color: Humming Bird. HEX triplet: D0, FA and EC. RGB value is (208,250,236). Sum of RGB (Red+Green+Blue) = 208+250+236=694 (91% of max value = 765). Red value is 208 (81.64% from 255 or 29.97% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAEC is #2F0513. Grayscale: #EBEBEB. Windows color (decimal): -3081492 or 15530704. OLE color: 15530704.
HSL color Cylindrical-coordinate representation of color #D0FAEC: hue angle of 160º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FAEC is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 236 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.02 |
| HSL | 160º | 0.81% | 0.9% | - |
| HSV(B) | 160º | 0.17% | 0.98% | - |
| XYZ | 75.34 | 87.84 | 92.34 | - |
| YUV | 235.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 236 | 0.17 | 0 | 0.06 | 0.02 | 160 | 0.81 | 0.9 |
| Hex | D0 | FA | EC | 11 | 0 | 6 | 2 | A0 | 51 | 5A |
| Octal | 320 | 372 | 354 | 21 | 0 | 6 | 2 | 240 | 121 | 132 |
| Binary | 11010000 | 11111010 | 11101100 | 10001 | 0 | 110 | 10 | 10100000 | 1010001 | 1011010 |
Color Harmonies of #D0FAEC
Complementary color
Monochromatic Colors of #D0FAEC
Black with #D0FAEC
Text Example
Text Example
White with #D0FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAEC; }
p { color: rgb(208,250,236); }
H1.HeaderClassName
{
color: #D0FAEC;
}
.AnyTagClassName
{
color: #D0FAEC;
}
</style>
background-color css
<style>
a { background-color: #D0FAEC; }
a { background-color: rgb(208,250,236); }
div.DivClassName
{
background-color: #D0FAEC;
}
.BgClassName
{
background-color: #D0FAEC;
}
</style>
border-color css
<style>
span { border-color: #D0FAEC; }
span { border-color: rgb(208,250,236); }
td.TdClassName
{
border-color: #D0FAEC;
}
.TagClassName
{
border-color: #D0FAEC;
}
</style>