Shades of Humming Bird #D0EDE5
Tints of Humming Bird #D0EDE5
RGB
CMYK
RGB Variations
Color information
#D0EDE5 (or 0xD0EDE5) is known color: Humming Bird. HEX triplet: D0, ED and E5. RGB value is (208,237,229). Sum of RGB (Red+Green+Blue) = 208+237+229=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDE5 is #2F121A. Grayscale: #E3E3E3. Windows color (decimal): -3084827 or 15068624. OLE color: 15068624.
HSL color Cylindrical-coordinate representation of color #D0EDE5: hue angle of 163.45º degrees, saturation: 0.45, 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 #D0EDE5 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 237 | 229 | - |
CMYK | 0.12 | 0 | 0.03 | 0.07 |
HSL | 163.45º | 0.45% | 0.87% | - |
HSV(B) | 163.45º | 0.12% | 0.93% | - |
XYZ | 70.44 | 79.64 | 85.79 | - |
YUV | 227.42 | 128.89 | 114.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 237 | 229 | 0.12 | 0 | 0.03 | 0.07 | 163.45 | 0.45 | 0.87 |
Hex | D0 | ED | E5 | C | 0 | 3 | 7 | A3 | 2D | 57 |
Octal | 320 | 355 | 345 | 14 | 0 | 3 | 7 | 243 | 55 | 127 |
Binary | 11010000 | 11101101 | 11100101 | 1100 | 0 | 11 | 111 | 10100011 | 101101 | 1010111 |
Color Harmonies of #D0EDE5
Complementary color
Monochromatic Colors of #D0EDE5
Black with #D0EDE5
Text Example
Text Example
White with #D0EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDE5; }
p { color: rgb(208,237,229); }
H1.HeaderClassName
{
color: #D0EDE5;
}
.AnyTagClassName
{
color: #D0EDE5;
}
</style>
background-color css
<style>
a { background-color: #D0EDE5; }
a { background-color: rgb(208,237,229); }
div.DivClassName
{
background-color: #D0EDE5;
}
.BgClassName
{
background-color: #D0EDE5;
}
</style>
border-color css
<style>
span { border-color: #D0EDE5; }
span { border-color: rgb(208,237,229); }
td.TdClassName
{
border-color: #D0EDE5;
}
.TagClassName
{
border-color: #D0EDE5;
}
</style>