Shades of Humming Bird #D1FBED
Tints of Humming Bird #D1FBED
RGB
CMYK
RGB Variations
Color information
#D1FBED (or 0xD1FBED) is known color: Humming Bird. HEX triplet: D1, FB and ED. RGB value is (209,251,237). Sum of RGB (Red+Green+Blue) = 209+251+237=697 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.99% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FBED is #2E0412. Grayscale: #ECECEC. Windows color (decimal): -3015699 or 15596497. OLE color: 15596497.
HSL color Cylindrical-coordinate representation of color #D1FBED: hue angle of 160º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1FBED is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 209 | 251 | 237 | - |
CMYK | 0.17 | 0 | 0.06 | 0.02 |
HSL | 160º | 0.84% | 0.9% | - |
HSV(B) | 160º | 0.17% | 0.98% | - |
XYZ | 76.08 | 88.66 | 93.22 | - |
YUV | 236.85 | 128.09 | 108.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 251 | 237 | 0.17 | 0 | 0.06 | 0.02 | 160 | 0.84 | 0.9 |
Hex | D1 | FB | ED | 11 | 0 | 6 | 2 | A0 | 54 | 5A |
Octal | 321 | 373 | 355 | 21 | 0 | 6 | 2 | 240 | 124 | 132 |
Binary | 11010001 | 11111011 | 11101101 | 10001 | 0 | 110 | 10 | 10100000 | 1010100 | 1011010 |
Color Harmonies of #D1FBED
Complementary color
Monochromatic Colors of #D1FBED
Black with #D1FBED
Text Example
Text Example
White with #D1FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FBED; }
p { color: rgb(209,251,237); }
H1.HeaderClassName
{
color: #D1FBED;
}
.AnyTagClassName
{
color: #D1FBED;
}
</style>
background-color css
<style>
a { background-color: #D1FBED; }
a { background-color: rgb(209,251,237); }
div.DivClassName
{
background-color: #D1FBED;
}
.BgClassName
{
background-color: #D1FBED;
}
</style>
border-color css
<style>
span { border-color: #D1FBED; }
span { border-color: rgb(209,251,237); }
td.TdClassName
{
border-color: #D1FBED;
}
.TagClassName
{
border-color: #D1FBED;
}
</style>