Shades of Humming Bird #D0FCE9
Tints of Humming Bird #D0FCE9
RGB
CMYK
RGB Variations
Color information
#D0FCE9 (or 0xD0FCE9) is known color: Humming Bird. HEX triplet: D0, FC and E9. RGB value is (208,252,233). Sum of RGB (Red+Green+Blue) = 208+252+233=693 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.01% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FCE9 is #2F0316. Grayscale: #ECECEC. Windows color (decimal): -3080983 or 15334608. OLE color: 15334608.
HSL color Cylindrical-coordinate representation of color #D0FCE9: hue angle of 154.09º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FCE9 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 233 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.01 |
| HSL | 154.09º | 0.88% | 0.9% | - |
| HSV(B) | 154.09º | 0.17% | 0.99% | - |
| XYZ | 75.53 | 88.91 | 90.27 | - |
| YUV | 236.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 233 | 0.17 | 0 | 0.08 | 0.01 | 154.09 | 0.88 | 0.9 |
| Hex | D0 | FC | E9 | 11 | 0 | 8 | 1 | 9A | 58 | 5A |
| Octal | 320 | 374 | 351 | 21 | 0 | 10 | 1 | 232 | 130 | 132 |
| Binary | 11010000 | 11111100 | 11101001 | 10001 | 0 | 1000 | 1 | 10011010 | 1011000 | 1011010 |
Color Harmonies of #D0FCE9
Complementary color
Monochromatic Colors of #D0FCE9
Black with #D0FCE9
Text Example
Text Example
White with #D0FCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCE9; }
p { color: rgb(208,252,233); }
H1.HeaderClassName
{
color: #D0FCE9;
}
.AnyTagClassName
{
color: #D0FCE9;
}
</style>
background-color css
<style>
a { background-color: #D0FCE9; }
a { background-color: rgb(208,252,233); }
div.DivClassName
{
background-color: #D0FCE9;
}
.BgClassName
{
background-color: #D0FCE9;
}
</style>
border-color css
<style>
span { border-color: #D0FCE9; }
span { border-color: rgb(208,252,233); }
td.TdClassName
{
border-color: #D0FCE9;
}
.TagClassName
{
border-color: #D0FCE9;
}
</style>