#D0EBE4

Color #D0EBE4 Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #D0EBE4

Tints of Humming Bird #D0EBE4

Color information

#D0EBE4 (or 0xD0EBE4) is unknown color: approx Humming Bird. HEX triplet: D0, EB and E4. RGB value is (208,235,228). Sum of RGB (Red+Green+Blue) = 208+235+228=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBE4 is #2F141B. Grayscale: #E2E2E2. Windows color (decimal): -3085340 or 15002576. OLE color: 15002576.

HSL color Cylindrical-coordinate representation of color #D0EBE4: hue angle of 164.44º degrees, saturation: 0.4, 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 #D0EBE4 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB208235228-
CMYK0.1100.030.08
HSL164.44º40.3%86.86%-
HSV(B)164.44º11.49%92.16%-
XYZ69.7278.4384.86-
YUV226.13129.05115.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 31.00%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 228 (89.45% from 255) = 33.98%
R=31.00%
G=35.02%
B=33.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352280.1100.030.08164.4440.386.86
HexD0EBE4B038a42857
Octal32035334413031024450127
Binary11010000111010111110010010110111000101001001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBE4; }

 p { color: rgb(208,235,228); }

 H1.HeaderClassName
 {
   color: #D0EBE4;
 }
 .AnyTagClassName
 {
   color: #D0EBE4;
 }
</style>
background-color css

<style>
 a { background-color: #D0EBE4; }

 a { background-color: rgb(208,235,228); }

 div.DivClassName
 {
   background-color: #D0EBE4;
 }
 .BgClassName
 {
   background-color: #D0EBE4;
 }
</style>
border-color css

<style>
 span { border-color: #D0EBE4; }

 span { border-color: rgb(208,235,228); }

 td.TdClassName
 {
   border-color: #D0EBE4;
 }
 .TagClassName
 {
   border-color: #D0EBE4;
 }
</style>