Shades of Humming Bird #D1FFED
Tints of Humming Bird #D1FFED
RGB
CMYK
RGB Variations
Color information
#D1FFED (or 0xD1FFED) is known color: Humming Bird. HEX triplet: D1, FF and ED. RGB value is (209,255,237). Sum of RGB (Red+Green+Blue) = 209+255+237=701 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.81% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FFED is #2E0012. Grayscale: #EFEFEF. Windows color (decimal): -3014675 or 15597521. OLE color: 15597521.
HSL color Cylindrical-coordinate representation of color #D1FFED: hue angle of 156.52º 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 #D1FFED is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 209 | 255 | 237 | - |
CMYK | 0.18 | 0 | 0.07 | 0 |
HSL | 156.52º | 1% | 0.91% | - |
HSV(B) | 156.52º | 0.18% | 1% | - |
XYZ | 77.34 | 91.19 | 93.65 | - |
YUV | 239.19 | 126.76 | 106.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 255 | 237 | 0.18 | 0 | 0.07 | 0 | 156.52 | 1 | 0.91 |
Hex | D1 | FF | ED | 12 | 0 | 7 | 0 | 9D | 64 | 5B |
Octal | 321 | 377 | 355 | 22 | 0 | 7 | 0 | 235 | 144 | 133 |
Binary | 11010001 | 11111111 | 11101101 | 10010 | 0 | 111 | 0 | 10011101 | 1100100 | 1011011 |
Color Harmonies of #D1FFED
Complementary color
Monochromatic Colors of #D1FFED
Black with #D1FFED
Text Example
Text Example
White with #D1FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FFED; }
p { color: rgb(209,255,237); }
H1.HeaderClassName
{
color: #D1FFED;
}
.AnyTagClassName
{
color: #D1FFED;
}
</style>
background-color css
<style>
a { background-color: #D1FFED; }
a { background-color: rgb(209,255,237); }
div.DivClassName
{
background-color: #D1FFED;
}
.BgClassName
{
background-color: #D1FFED;
}
</style>
border-color css
<style>
span { border-color: #D1FFED; }
span { border-color: rgb(209,255,237); }
td.TdClassName
{
border-color: #D1FFED;
}
.TagClassName
{
border-color: #D1FFED;
}
</style>