Shades of Humming Bird #D0FCEC
Tints of Humming Bird #D0FCEC
RGB
CMYK
RGB Variations
Color information
#D0FCEC (or 0xD0FCEC) is known color: Humming Bird. HEX triplet: D0, FC and EC. RGB value is (208,252,236). Sum of RGB (Red+Green+Blue) = 208+252+236=696 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.89% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FCEC is #2F0313. Grayscale: #EDEDED. Windows color (decimal): -3080980 or 15531216. OLE color: 15531216.
HSL color Cylindrical-coordinate representation of color #D0FCEC: hue angle of 158.18º 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 #D0FCEC is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 252 | 236 | - |
CMYK | 0.17 | 0 | 0.06 | 0.01 |
HSL | 158.18º | 0.88% | 0.9% | - |
HSV(B) | 158.18º | 0.17% | 0.99% | - |
XYZ | 75.96 | 89.09 | 92.55 | - |
YUV | 237.02 | 127.42 | 107.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 252 | 236 | 0.17 | 0 | 0.06 | 0.01 | 158.18 | 0.88 | 0.9 |
Hex | D0 | FC | EC | 11 | 0 | 6 | 1 | 9E | 58 | 5A |
Octal | 320 | 374 | 354 | 21 | 0 | 6 | 1 | 236 | 130 | 132 |
Binary | 11010000 | 11111100 | 11101100 | 10001 | 0 | 110 | 1 | 10011110 | 1011000 | 1011010 |
Color Harmonies of #D0FCEC
Complementary color
Monochromatic Colors of #D0FCEC
Black with #D0FCEC
Text Example
Text Example
White with #D0FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCEC; }
p { color: rgb(208,252,236); }
H1.HeaderClassName
{
color: #D0FCEC;
}
.AnyTagClassName
{
color: #D0FCEC;
}
</style>
background-color css
<style>
a { background-color: #D0FCEC; }
a { background-color: rgb(208,252,236); }
div.DivClassName
{
background-color: #D0FCEC;
}
.BgClassName
{
background-color: #D0FCEC;
}
</style>
border-color css
<style>
span { border-color: #D0FCEC; }
span { border-color: rgb(208,252,236); }
td.TdClassName
{
border-color: #D0FCEC;
}
.TagClassName
{
border-color: #D0FCEC;
}
</style>