Shades of Humming Bird #D0FAE8
Tints of Humming Bird #D0FAE8
RGB
CMYK
RGB Variations
Color information
#D0FAE8 (or 0xD0FAE8) is known color: Humming Bird. HEX triplet: D0, FA and E8. RGB value is (208,250,232). Sum of RGB (Red+Green+Blue) = 208+250+232=690 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.14% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAE8 is #2F0517. Grayscale: #EBEBEB. Windows color (decimal): -3081496 or 15268560. OLE color: 15268560.
HSL color Cylindrical-coordinate representation of color #D0FAE8: hue angle of 154.29º 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 #D0FAE8 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 232 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.02 |
| HSL | 154.29º | 0.81% | 0.9% | - |
| HSV(B) | 154.29º | 0.17% | 0.98% | - |
| XYZ | 74.76 | 87.61 | 89.31 | - |
| YUV | 235.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 232 | 0.17 | 0 | 0.07 | 0.02 | 154.29 | 0.81 | 0.9 |
| Hex | D0 | FA | E8 | 11 | 0 | 7 | 2 | 9A | 51 | 5A |
| Octal | 320 | 372 | 350 | 21 | 0 | 7 | 2 | 232 | 121 | 132 |
| Binary | 11010000 | 11111010 | 11101000 | 10001 | 0 | 111 | 10 | 10011010 | 1010001 | 1011010 |
Color Harmonies of #D0FAE8
Complementary color
Monochromatic Colors of #D0FAE8
Black with #D0FAE8
Text Example
Text Example
White with #D0FAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAE8; }
p { color: rgb(208,250,232); }
H1.HeaderClassName
{
color: #D0FAE8;
}
.AnyTagClassName
{
color: #D0FAE8;
}
</style>
background-color css
<style>
a { background-color: #D0FAE8; }
a { background-color: rgb(208,250,232); }
div.DivClassName
{
background-color: #D0FAE8;
}
.BgClassName
{
background-color: #D0FAE8;
}
</style>
border-color css
<style>
span { border-color: #D0FAE8; }
span { border-color: rgb(208,250,232); }
td.TdClassName
{
border-color: #D0FAE8;
}
.TagClassName
{
border-color: #D0FAE8;
}
</style>