Shades of Humming Bird #D0FCED
Tints of Humming Bird #D0FCED
RGB
CMYK
RGB Variations
Color information
#D0FCED (or 0xD0FCED) is known color: Humming Bird. HEX triplet: D0, FC and ED. RGB value is (208,252,237). Sum of RGB (Red+Green+Blue) = 208+252+237=697 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.84% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FCED is #2F0312. Grayscale: #EDEDED. Windows color (decimal): -3080979 or 15596752. OLE color: 15596752.
HSL color Cylindrical-coordinate representation of color #D0FCED: hue angle of 159.55º 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 #D0FCED is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 252 | 237 | - |
CMYK | 0.17 | 0 | 0.06 | 0.01 |
HSL | 159.55º | 0.88% | 0.9% | - |
HSV(B) | 159.55º | 0.17% | 0.99% | - |
XYZ | 76.11 | 89.15 | 93.32 | - |
YUV | 237.13 | 127.92 | 107.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 252 | 237 | 0.17 | 0 | 0.06 | 0.01 | 159.55 | 0.88 | 0.9 |
Hex | D0 | FC | ED | 11 | 0 | 6 | 1 | A0 | 58 | 5A |
Octal | 320 | 374 | 355 | 21 | 0 | 6 | 1 | 240 | 130 | 132 |
Binary | 11010000 | 11111100 | 11101101 | 10001 | 0 | 110 | 1 | 10100000 | 1011000 | 1011010 |
Color Harmonies of #D0FCED
Complementary color
Monochromatic Colors of #D0FCED
Black with #D0FCED
Text Example
Text Example
White with #D0FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCED; }
p { color: rgb(208,252,237); }
H1.HeaderClassName
{
color: #D0FCED;
}
.AnyTagClassName
{
color: #D0FCED;
}
</style>
background-color css
<style>
a { background-color: #D0FCED; }
a { background-color: rgb(208,252,237); }
div.DivClassName
{
background-color: #D0FCED;
}
.BgClassName
{
background-color: #D0FCED;
}
</style>
border-color css
<style>
span { border-color: #D0FCED; }
span { border-color: rgb(208,252,237); }
td.TdClassName
{
border-color: #D0FCED;
}
.TagClassName
{
border-color: #D0FCED;
}
</style>