Shades of Humming Bird #D1FEF2
Tints of Humming Bird #D1FEF2
RGB
CMYK
RGB Variations
Color information
#D1FEF2 (or 0xD1FEF2) is known color: Humming Bird. HEX triplet: D1, FE and F2. RGB value is (209,254,242). Sum of RGB (Red+Green+Blue) = 209+254+242=705 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.65% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 242 (94.92% from 255 or 34.33% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FEF2 is #2E010D. Grayscale: #EFEFEF. Windows color (decimal): -3014926 or 15924945. OLE color: 15924945.
HSL color Cylindrical-coordinate representation of color #D1FEF2: hue angle of 164º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1FEF2 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 242 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.00 |
| HSL | 164º | 0.96% | 0.91% | - |
| HSV(B) | 164º | 0.18% | 1% | - |
| XYZ | 77.76 | 90.85 | 97.44 | - |
| YUV | 239.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 242 | 0.18 | 0 | 0.05 | 0.00 | 164 | 0.96 | 0.91 |
| Hex | D1 | FE | F2 | 12 | 0 | 5 | 0 | A4 | 60 | 5B |
| Octal | 321 | 376 | 362 | 22 | 0 | 5 | 0 | 244 | 140 | 133 |
| Binary | 11010001 | 11111110 | 11110010 | 10010 | 0 | 101 | 0 | 10100100 | 1100000 | 1011011 |
Color Harmonies of #D1FEF2
Complementary color
Monochromatic Colors of #D1FEF2
Black with #D1FEF2
Text Example
Text Example
White with #D1FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FEF2; }
p { color: rgb(209,254,242); }
H1.HeaderClassName
{
color: #D1FEF2;
}
.AnyTagClassName
{
color: #D1FEF2;
}
</style>
background-color css
<style>
a { background-color: #D1FEF2; }
a { background-color: rgb(209,254,242); }
div.DivClassName
{
background-color: #D1FEF2;
}
.BgClassName
{
background-color: #D1FEF2;
}
</style>
border-color css
<style>
span { border-color: #D1FEF2; }
span { border-color: rgb(209,254,242); }
td.TdClassName
{
border-color: #D1FEF2;
}
.TagClassName
{
border-color: #D1FEF2;
}
</style>