Shades of Humming Bird #D1F7ED
Tints of Humming Bird #D1F7ED
RGB
CMYK
RGB Variations
Color information
#D1F7ED (or 0xD1F7ED) is known color: Humming Bird. HEX triplet: D1, F7 and ED. RGB value is (209,247,237). Sum of RGB (Red+Green+Blue) = 209+247+237=693 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.16% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F7ED is #2E0812. Grayscale: #EAEAEA. Windows color (decimal): -3016723 or 15595473. OLE color: 15595473.
HSL color Cylindrical-coordinate representation of color #D1F7ED: hue angle of 164.21º degrees, saturation: 0.7, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1F7ED is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 209 | 247 | 237 | - |
CMYK | 0.15 | 0 | 0.04 | 0.03 |
HSL | 164.21º | 0.7% | 0.89% | - |
HSV(B) | 164.21º | 0.15% | 0.97% | - |
XYZ | 74.84 | 86.19 | 92.81 | - |
YUV | 234.5 | 129.41 | 109.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 247 | 237 | 0.15 | 0 | 0.04 | 0.03 | 164.21 | 0.7 | 0.89 |
Hex | D1 | F7 | ED | F | 0 | 4 | 3 | A4 | 46 | 59 |
Octal | 321 | 367 | 355 | 17 | 0 | 4 | 3 | 244 | 106 | 131 |
Binary | 11010001 | 11110111 | 11101101 | 1111 | 0 | 100 | 11 | 10100100 | 1000110 | 1011001 |
Color Harmonies of #D1F7ED
Complementary color
Monochromatic Colors of #D1F7ED
Black with #D1F7ED
Text Example
Text Example
White with #D1F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F7ED; }
p { color: rgb(209,247,237); }
H1.HeaderClassName
{
color: #D1F7ED;
}
.AnyTagClassName
{
color: #D1F7ED;
}
</style>
background-color css
<style>
a { background-color: #D1F7ED; }
a { background-color: rgb(209,247,237); }
div.DivClassName
{
background-color: #D1F7ED;
}
.BgClassName
{
background-color: #D1F7ED;
}
</style>
border-color css
<style>
span { border-color: #D1F7ED; }
span { border-color: rgb(209,247,237); }
td.TdClassName
{
border-color: #D1F7ED;
}
.TagClassName
{
border-color: #D1F7ED;
}
</style>