#D0EBE1

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

Shades of Humming Bird #D0EBE1

Tints of Humming Bird #D0EBE1

Color information

#D0EBE1 (or 0xD0EBE1) is unknown color: approx Humming Bird. HEX triplet: D0, EB and E1. RGB value is (208,235,225). Sum of RGB (Red+Green+Blue) = 208+235+225=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBE1 is #2F141E. Grayscale: #E1E1E1. Windows color (decimal): -3085343 or 14805968. OLE color: 14805968.

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

Color convert

RGB208235225-
CMYK0.1100.040.08
HSL157.78º40.3%86.86%-
HSV(B)157.78º11.49%92.16%-
XYZ69.3178.2682.69-
YUV225.79127.55115.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.14%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 225 (88.28% from 255) = 33.68%
R=31.14%
G=35.18%
B=33.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352250.1100.040.08157.7840.386.86
HexD0EBE1B0489e2857
Octal32035334113041023650127
Binary110100001110101111100001101101001000100111101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBE1; }

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

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

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

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

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

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

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

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