Shades of Humming Bird #D0F0E3
Tints of Humming Bird #D0F0E3
RGB
CMYK
RGB Variations
Color information
#D0F0E3 (or 0xD0F0E3) is known color: Humming Bird. HEX triplet: D0, F0 and E3. RGB value is (208,240,227). Sum of RGB (Red+Green+Blue) = 208+240+227=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 240 (94.14% from 255 or 35.56% from 675); Blue value is 227 (89.06% from 255 or 33.63% from 675); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F0E3 is #2F0F1C. Grayscale: #E4E4E4. Windows color (decimal): -3084061 or 14938320. OLE color: 14938320.
HSL color Cylindrical-coordinate representation of color #D0F0E3: hue angle of 155.62º degrees, saturation: 0.52, 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 #D0F0E3 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 227 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.06 |
| HSL | 155.63º | 0.52% | 0.88% | - |
| HSV(B) | 155.63º | 0.13% | 0.94% | - |
| XYZ | 71.04 | 81.28 | 84.62 | - |
| YUV | 228.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 227 | 0.13 | 0 | 0.05 | 0.06 | 155.63 | 0.52 | 0.88 |
| Hex | D0 | F0 | E3 | D | 0 | 5 | 6 | 9C | 34 | 58 |
| Octal | 320 | 360 | 343 | 15 | 0 | 5 | 6 | 234 | 64 | 130 |
| Binary | 11010000 | 11110000 | 11100011 | 1101 | 0 | 101 | 110 | 10011100 | 110100 | 1011000 |
Color Harmonies of #D0F0E3
Complementary color
Monochromatic Colors of #D0F0E3
Black with #D0F0E3
Text Example
Text Example
White with #D0F0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0E3; }
p { color: rgb(208,240,227); }
H1.HeaderClassName
{
color: #D0F0E3;
}
.AnyTagClassName
{
color: #D0F0E3;
}
</style>
background-color css
<style>
a { background-color: #D0F0E3; }
a { background-color: rgb(208,240,227); }
div.DivClassName
{
background-color: #D0F0E3;
}
.BgClassName
{
background-color: #D0F0E3;
}
</style>
border-color css
<style>
span { border-color: #D0F0E3; }
span { border-color: rgb(208,240,227); }
td.TdClassName
{
border-color: #D0F0E3;
}
.TagClassName
{
border-color: #D0F0E3;
}
</style>