Shades of Humming Bird #D0F5E6
Tints of Humming Bird #D0F5E6
RGB
CMYK
RGB Variations
Color information
#D0F5E6 (or 0xD0F5E6) is known color: Humming Bird. HEX triplet: D0, F5 and E6. RGB value is (208,245,230). Sum of RGB (Red+Green+Blue) = 208+245+230=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F5E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F5E6 is #2F0A19. Grayscale: #E8E8E8. Windows color (decimal): -3082778 or 15136208. OLE color: 15136208.
HSL color Cylindrical-coordinate representation of color #D0F5E6: hue angle of 155.68º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F5E6 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 208 | 245 | 230 | - |
CMYK | 0.15 | 0 | 0.06 | 0.04 |
HSL | 155.68º | 0.65% | 0.89% | - |
HSV(B) | 155.68º | 0.15% | 0.96% | - |
XYZ | 72.95 | 84.43 | 87.31 | - |
YUV | 232.23 | 126.74 | 110.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 245 | 230 | 0.15 | 0 | 0.06 | 0.04 | 155.68 | 0.65 | 0.89 |
Hex | D0 | F5 | E6 | F | 0 | 6 | 4 | 9C | 41 | 59 |
Octal | 320 | 365 | 346 | 17 | 0 | 6 | 4 | 234 | 101 | 131 |
Binary | 11010000 | 11110101 | 11100110 | 1111 | 0 | 110 | 100 | 10011100 | 1000001 | 1011001 |
Color Harmonies of #D0F5E6
Complementary color
Monochromatic Colors of #D0F5E6
Black with #D0F5E6
Text Example
Text Example
White with #D0F5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F5E6; }
p { color: rgb(208,245,230); }
H1.HeaderClassName
{
color: #D0F5E6;
}
.AnyTagClassName
{
color: #D0F5E6;
}
</style>
background-color css
<style>
a { background-color: #D0F5E6; }
a { background-color: rgb(208,245,230); }
div.DivClassName
{
background-color: #D0F5E6;
}
.BgClassName
{
background-color: #D0F5E6;
}
</style>
border-color css
<style>
span { border-color: #D0F5E6; }
span { border-color: rgb(208,245,230); }
td.TdClassName
{
border-color: #D0F5E6;
}
.TagClassName
{
border-color: #D0F5E6;
}
</style>