Shades of Humming Bird #D0FDF2
Tints of Humming Bird #D0FDF2
RGB
CMYK
RGB Variations
Color information
#D0FDF2 (or 0xD0FDF2) is known color: Humming Bird. HEX triplet: D0, FD and F2. RGB value is (208,253,242). Sum of RGB (Red+Green+Blue) = 208+253+242=703 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.59% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FDF2 is #2F020D. Grayscale: #EEEEEE. Windows color (decimal): -3080718 or 15924688. OLE color: 15924688.
HSL color Cylindrical-coordinate representation of color #D0FDF2: hue angle of 165.33º 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 #D0FDF2 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 242 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.01 |
| HSL | 165.33º | 0.92% | 0.9% | - |
| HSV(B) | 165.33º | 0.18% | 0.99% | - |
| XYZ | 77.16 | 90.07 | 97.32 | - |
| YUV | 238.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 242 | 0.18 | 0 | 0.04 | 0.01 | 165.33 | 0.92 | 0.9 |
| Hex | D0 | FD | F2 | 12 | 0 | 4 | 1 | A5 | 5C | 5A |
| Octal | 320 | 375 | 362 | 22 | 0 | 4 | 1 | 245 | 134 | 132 |
| Binary | 11010000 | 11111101 | 11110010 | 10010 | 0 | 100 | 1 | 10100101 | 1011100 | 1011010 |
Color Harmonies of #D0FDF2
Complementary color
Monochromatic Colors of #D0FDF2
Black with #D0FDF2
Text Example
Text Example
White with #D0FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FDF2; }
p { color: rgb(208,253,242); }
H1.HeaderClassName
{
color: #D0FDF2;
}
.AnyTagClassName
{
color: #D0FDF2;
}
</style>
background-color css
<style>
a { background-color: #D0FDF2; }
a { background-color: rgb(208,253,242); }
div.DivClassName
{
background-color: #D0FDF2;
}
.BgClassName
{
background-color: #D0FDF2;
}
</style>
border-color css
<style>
span { border-color: #D0FDF2; }
span { border-color: rgb(208,253,242); }
td.TdClassName
{
border-color: #D0FDF2;
}
.TagClassName
{
border-color: #D0FDF2;
}
</style>