Shades of Humming Bird #D2FFF0
Tints of Humming Bird #D2FFF0
RGB
CMYK
RGB Variations
Color information
#D2FFF0 (or 0xD2FFF0) is known color: Humming Bird. HEX triplet: D2, FF and F0. RGB value is (210,255,240). Sum of RGB (Red+Green+Blue) = 210+255+240=705 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.79% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FFF0 is #2D000F. Grayscale: #EFEFEF. Windows color (decimal): -2949136 or 15794130. OLE color: 15794130.
HSL color Cylindrical-coordinate representation of color #D2FFF0: hue angle of 160º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFF0 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 240 | - |
| CMYK | 0.18 | 0 | 0.06 | 0 |
| HSL | 160º | 1% | 0.91% | - |
| HSV(B) | 160º | 0.18% | 1% | - |
| XYZ | 78.07 | 91.51 | 95.99 | - |
| YUV | 239.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 240 | 0.18 | 0 | 0.06 | 0 | 160 | 1 | 0.91 |
| Hex | D2 | FF | F0 | 12 | 0 | 6 | 0 | A0 | 64 | 5B |
| Octal | 322 | 377 | 360 | 22 | 0 | 6 | 0 | 240 | 144 | 133 |
| Binary | 11010010 | 11111111 | 11110000 | 10010 | 0 | 110 | 0 | 10100000 | 1100100 | 1011011 |
Color Harmonies of #D2FFF0
Complementary color
Monochromatic Colors of #D2FFF0
Black with #D2FFF0
Text Example
Text Example
White with #D2FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFF0; }
p { color: rgb(210,255,240); }
H1.HeaderClassName
{
color: #D2FFF0;
}
.AnyTagClassName
{
color: #D2FFF0;
}
</style>
background-color css
<style>
a { background-color: #D2FFF0; }
a { background-color: rgb(210,255,240); }
div.DivClassName
{
background-color: #D2FFF0;
}
.BgClassName
{
background-color: #D2FFF0;
}
</style>
border-color css
<style>
span { border-color: #D2FFF0; }
span { border-color: rgb(210,255,240); }
td.TdClassName
{
border-color: #D2FFF0;
}
.TagClassName
{
border-color: #D2FFF0;
}
</style>