Shades of Humming Bird #D1FFEF
Tints of Humming Bird #D1FFEF
RGB
CMYK
RGB Variations
Color information
#D1FFEF (or 0xD1FFEF) is known color: Humming Bird. HEX triplet: D1, FF and EF. RGB value is (209,255,239). Sum of RGB (Red+Green+Blue) = 209+255+239=703 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.73% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FFEF is #2E0010. Grayscale: #EFEFEF. Windows color (decimal): -3014673 or 15728593. OLE color: 15728593.
HSL color Cylindrical-coordinate representation of color #D1FFEF: hue angle of 159.13º 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 #D1FFEF is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 239 | - |
| CMYK | 0.18 | 0 | 0.06 | 0 |
| HSL | 159.13º | 1% | 0.91% | - |
| HSV(B) | 159.13º | 0.18% | 1% | - |
| XYZ | 77.63 | 91.31 | 95.19 | - |
| YUV | 239.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 239 | 0.18 | 0 | 0.06 | 0 | 159.13 | 1 | 0.91 |
| Hex | D1 | FF | EF | 12 | 0 | 6 | 0 | 9F | 64 | 5B |
| Octal | 321 | 377 | 357 | 22 | 0 | 6 | 0 | 237 | 144 | 133 |
| Binary | 11010001 | 11111111 | 11101111 | 10010 | 0 | 110 | 0 | 10011111 | 1100100 | 1011011 |
Color Harmonies of #D1FFEF
Complementary color
Monochromatic Colors of #D1FFEF
Black with #D1FFEF
Text Example
Text Example
White with #D1FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FFEF; }
p { color: rgb(209,255,239); }
H1.HeaderClassName
{
color: #D1FFEF;
}
.AnyTagClassName
{
color: #D1FFEF;
}
</style>
background-color css
<style>
a { background-color: #D1FFEF; }
a { background-color: rgb(209,255,239); }
div.DivClassName
{
background-color: #D1FFEF;
}
.BgClassName
{
background-color: #D1FFEF;
}
</style>
border-color css
<style>
span { border-color: #D1FFEF; }
span { border-color: rgb(209,255,239); }
td.TdClassName
{
border-color: #D1FFEF;
}
.TagClassName
{
border-color: #D1FFEF;
}
</style>