Color Hex Logo

#e3dbdc Color Hex

#E3DBDC
(227,219,220)
0 Favorites   0 Comments

Color spaces of #e3dbdc

RGB 227219220
HSL0.980.130.87
HSV353°89°
CMYK 0.000.040.03   0.11
XYZ69.928372.161277.9530
Yxy72.16120.31780.3279
Hunter Lab84.9477-1.71885.0555
CIE-Lab88.04612.90450.4718

#e3dbdc color RGB value is (227,219,220).

#e3dbdc hex color red value is 227, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e3dbdc hue: 0.98 , saturation: 0.13 and the lightness value of e3dbdc is 0.87.

The process color (four color CMYK) of #e3dbdc color hex is 0.00, 0.04, 0.03, 0.11. Web safe color of #e3dbdc is #cccccc. Color #e3dbdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11011011 11011100
Octal 343 333 334
Decimal 227 219 220
Hex E3 DB DC

RGB Percentages of Color #e3dbdc

%34.08
%32.88
%33.03

CMYK Percentages of Color #e3dbdc

%0
%4
%3
%11

Triadic Colors of #e3dbdc

#e3dbdc #dce3db #dbdce3

Analogous Colors of #e3dbdc

#e3dbdc #e3dedb #e3dbe0

Monochromatic Colors of #e3dbdc

#e3dbdc

Complementary Color

#e3dbdc #dbe3e2

#e3dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3dbdc Color CSS Codes

.mybgcolor {background-color:#e3dbdc; } 
.myforecolor {color:#e3dbdc; }
.mybordercolor {border:3px solid #e3dbdc; }

#e3dbdc Text Font Color

<p style="color:#e3dbdc">Text here</p>

This sample text font color is #e3dbdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e3dbdc Background Color

<div style="background-color:#e3dbdc">
Div content here</div>

This div background color is #e3dbdc


#e3dbdc Border Color

<div style="border:3px solid #e3dbdc">
Div here</div>

This div border color is #e3dbdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,219,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3dbdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3dbdc;
  -webkit-box-shadow: 1px 1px 3px 2px #e3dbdc;
  box-shadow:         1px 1px 3px 2px #e3dbdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,219,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e3dbdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e3dbdc;
  -webkit-box-shadow: 1px 1px 3px 2px #e3dbdc;
  box-shadow:         1px 1px 3px 2px #e3dbdc;">
Div content here</div>

This div box has shadow with color #e3dbdc


Comments

No comments written yet.

Please login to write comment.