Shades of Humming Bird #D1EDE2
Tints of Humming Bird #D1EDE2
RGB
CMYK
RGB Variations
Color information
#D1EDE2 (or 0xD1EDE2) is known color: Humming Bird. HEX triplet: D1, ED and E2. RGB value is (209,237,226). Sum of RGB (Red+Green+Blue) = 209+237+226=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EDE2 is #2E121D. Grayscale: #E3E3E3. Windows color (decimal): -3019294 or 14872017. OLE color: 14872017.
HSL color Cylindrical-coordinate representation of color #D1EDE2: hue angle of 156.43º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1EDE2 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 237 | 226 | - |
CMYK | 0.12 | 0 | 0.05 | 0.07 |
HSL | 156.43º | 0.44% | 0.87% | - |
HSV(B) | 156.43º | 0.12% | 0.93% | - |
XYZ | 70.31 | 79.61 | 83.61 | - |
YUV | 227.37 | 127.22 | 114.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 237 | 226 | 0.12 | 0 | 0.05 | 0.07 | 156.43 | 0.44 | 0.87 |
Hex | D1 | ED | E2 | C | 0 | 5 | 7 | 9C | 2C | 57 |
Octal | 321 | 355 | 342 | 14 | 0 | 5 | 7 | 234 | 54 | 127 |
Binary | 11010001 | 11101101 | 11100010 | 1100 | 0 | 101 | 111 | 10011100 | 101100 | 1010111 |
Color Harmonies of #D1EDE2
Complementary color
Monochromatic Colors of #D1EDE2
Black with #D1EDE2
Text Example
Text Example
White with #D1EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EDE2; }
p { color: rgb(209,237,226); }
H1.HeaderClassName
{
color: #D1EDE2;
}
.AnyTagClassName
{
color: #D1EDE2;
}
</style>
background-color css
<style>
a { background-color: #D1EDE2; }
a { background-color: rgb(209,237,226); }
div.DivClassName
{
background-color: #D1EDE2;
}
.BgClassName
{
background-color: #D1EDE2;
}
</style>
border-color css
<style>
span { border-color: #D1EDE2; }
span { border-color: rgb(209,237,226); }
td.TdClassName
{
border-color: #D1EDE2;
}
.TagClassName
{
border-color: #D1EDE2;
}
</style>