Shades of Humming Bird #D0EFE8
Tints of Humming Bird #D0EFE8
RGB
CMYK
RGB Variations
Color information
#D0EFE8 (or 0xD0EFE8) is known color: Humming Bird. HEX triplet: D0, EF and E8. RGB value is (208,239,232). Sum of RGB (Red+Green+Blue) = 208+239+232=679 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.63% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFE8 is #2F1017. Grayscale: #E4E4E4. Windows color (decimal): -3084312 or 15265744. OLE color: 15265744.
HSL color Cylindrical-coordinate representation of color #D0EFE8: hue angle of 166.45º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EFE8 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 232 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.06 |
| HSL | 166.45º | 0.49% | 0.88% | - |
| HSV(B) | 166.45º | 0.13% | 0.94% | - |
| XYZ | 71.44 | 80.97 | 88.21 | - |
| YUV | 228.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 232 | 0.13 | 0 | 0.03 | 0.06 | 166.45 | 0.49 | 0.88 |
| Hex | D0 | EF | E8 | D | 0 | 3 | 6 | A6 | 31 | 58 |
| Octal | 320 | 357 | 350 | 15 | 0 | 3 | 6 | 246 | 61 | 130 |
| Binary | 11010000 | 11101111 | 11101000 | 1101 | 0 | 11 | 110 | 10100110 | 110001 | 1011000 |
Color Harmonies of #D0EFE8
Complementary color
Monochromatic Colors of #D0EFE8
Black with #D0EFE8
Text Example
Text Example
White with #D0EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EFE8; }
p { color: rgb(208,239,232); }
H1.HeaderClassName
{
color: #D0EFE8;
}
.AnyTagClassName
{
color: #D0EFE8;
}
</style>
background-color css
<style>
a { background-color: #D0EFE8; }
a { background-color: rgb(208,239,232); }
div.DivClassName
{
background-color: #D0EFE8;
}
.BgClassName
{
background-color: #D0EFE8;
}
</style>
border-color css
<style>
span { border-color: #D0EFE8; }
span { border-color: rgb(208,239,232); }
td.TdClassName
{
border-color: #D0EFE8;
}
.TagClassName
{
border-color: #D0EFE8;
}
</style>