Shades of Humming Bird #D2EBE3
Tints of Humming Bird #D2EBE3
RGB
CMYK
RGB Variations
Color information
#D2EBE3 (or 0xD2EBE3) is known color: Humming Bird. HEX triplet: D2, EB and E3. RGB value is (210,235,227). Sum of RGB (Red+Green+Blue) = 210+235+227=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBE3 is #2D141C. Grayscale: #E2E2E2. Windows color (decimal): -2954269 or 14937042. OLE color: 14937042.
HSL color Cylindrical-coordinate representation of color #D2EBE3: hue angle of 160.8º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2EBE3 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 227 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.08 |
| HSL | 160.8º | 0.38% | 0.87% | - |
| HSV(B) | 160.8º | 0.11% | 0.92% | - |
| XYZ | 70.15 | 78.66 | 84.16 | - |
| YUV | 226.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 227 | 0.11 | 0 | 0.03 | 0.08 | 160.8 | 0.38 | 0.87 |
| Hex | D2 | EB | E3 | B | 0 | 3 | 8 | A1 | 26 | 57 |
| Octal | 322 | 353 | 343 | 13 | 0 | 3 | 10 | 241 | 46 | 127 |
| Binary | 11010010 | 11101011 | 11100011 | 1011 | 0 | 11 | 1000 | 10100001 | 100110 | 1010111 |
Color Harmonies of #D2EBE3
Complementary color
Monochromatic Colors of #D2EBE3
Black with #D2EBE3
Text Example
Text Example
White with #D2EBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBE3; }
p { color: rgb(210,235,227); }
H1.HeaderClassName
{
color: #D2EBE3;
}
.AnyTagClassName
{
color: #D2EBE3;
}
</style>
background-color css
<style>
a { background-color: #D2EBE3; }
a { background-color: rgb(210,235,227); }
div.DivClassName
{
background-color: #D2EBE3;
}
.BgClassName
{
background-color: #D2EBE3;
}
</style>
border-color css
<style>
span { border-color: #D2EBE3; }
span { border-color: rgb(210,235,227); }
td.TdClassName
{
border-color: #D2EBE3;
}
.TagClassName
{
border-color: #D2EBE3;
}
</style>