Shades of Humming Bird #D0FDED
Tints of Humming Bird #D0FDED
RGB
CMYK
RGB Variations
Color information
#D0FDED (or 0xD0FDED) is known color: Humming Bird. HEX triplet: D0, FD and ED. RGB value is (208,253,237). Sum of RGB (Red+Green+Blue) = 208+253+237=698 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.80% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FDED is #2F0212. Grayscale: #EDEDED. Windows color (decimal): -3080723 or 15597008. OLE color: 15597008.
HSL color Cylindrical-coordinate representation of color #D0FDED: hue angle of 158.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FDED is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 237 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.01 |
| HSL | 158.67º | 0.92% | 0.9% | - |
| HSV(B) | 158.67º | 0.18% | 0.99% | - |
| XYZ | 76.42 | 89.77 | 93.42 | - |
| YUV | 237.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 237 | 0.18 | 0 | 0.06 | 0.01 | 158.67 | 0.92 | 0.9 |
| Hex | D0 | FD | ED | 12 | 0 | 6 | 1 | 9F | 5C | 5A |
| Octal | 320 | 375 | 355 | 22 | 0 | 6 | 1 | 237 | 134 | 132 |
| Binary | 11010000 | 11111101 | 11101101 | 10010 | 0 | 110 | 1 | 10011111 | 1011100 | 1011010 |
Color Harmonies of #D0FDED
Complementary color
Monochromatic Colors of #D0FDED
Black with #D0FDED
Text Example
Text Example
White with #D0FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FDED; }
p { color: rgb(208,253,237); }
H1.HeaderClassName
{
color: #D0FDED;
}
.AnyTagClassName
{
color: #D0FDED;
}
</style>
background-color css
<style>
a { background-color: #D0FDED; }
a { background-color: rgb(208,253,237); }
div.DivClassName
{
background-color: #D0FDED;
}
.BgClassName
{
background-color: #D0FDED;
}
</style>
border-color css
<style>
span { border-color: #D0FDED; }
span { border-color: rgb(208,253,237); }
td.TdClassName
{
border-color: #D0FDED;
}
.TagClassName
{
border-color: #D0FDED;
}
</style>