Shades of Humming Bird #D0FCEE
Tints of Humming Bird #D0FCEE
RGB
CMYK
RGB Variations
Color information
#D0FCEE (or 0xD0FCEE) is known color: Humming Bird. HEX triplet: D0, FC and EE. RGB value is (208,252,238). Sum of RGB (Red+Green+Blue) = 208+252+238=698 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.80% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FCEE is #2F0311. Grayscale: #EDEDED. Windows color (decimal): -3080978 or 15662288. OLE color: 15662288.
HSL color Cylindrical-coordinate representation of color #D0FCEE: hue angle of 160.91º 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 #D0FCEE is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 238 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.01 |
| HSL | 160.91º | 0.88% | 0.9% | - |
| HSV(B) | 160.91º | 0.17% | 0.99% | - |
| XYZ | 76.26 | 89.2 | 94.09 | - |
| YUV | 237.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 238 | 0.17 | 0 | 0.06 | 0.01 | 160.91 | 0.88 | 0.9 |
| Hex | D0 | FC | EE | 11 | 0 | 6 | 1 | A1 | 58 | 5A |
| Octal | 320 | 374 | 356 | 21 | 0 | 6 | 1 | 241 | 130 | 132 |
| Binary | 11010000 | 11111100 | 11101110 | 10001 | 0 | 110 | 1 | 10100001 | 1011000 | 1011010 |
Color Harmonies of #D0FCEE
Complementary color
Monochromatic Colors of #D0FCEE
Black with #D0FCEE
Text Example
Text Example
White with #D0FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCEE; }
p { color: rgb(208,252,238); }
H1.HeaderClassName
{
color: #D0FCEE;
}
.AnyTagClassName
{
color: #D0FCEE;
}
</style>
background-color css
<style>
a { background-color: #D0FCEE; }
a { background-color: rgb(208,252,238); }
div.DivClassName
{
background-color: #D0FCEE;
}
.BgClassName
{
background-color: #D0FCEE;
}
</style>
border-color css
<style>
span { border-color: #D0FCEE; }
span { border-color: rgb(208,252,238); }
td.TdClassName
{
border-color: #D0FCEE;
}
.TagClassName
{
border-color: #D0FCEE;
}
</style>