Color Hex Logo

#e1dbdb Color Hex

#E1DBDB
(225,219,219)
1 Favorites   0 Comments

Color spaces of #e1dbdb

RGB 225219219
HSL0.000.090.87
HSV88°
CMYK 0.000.030.03   0.12
XYZ69.169071.785177.2281
Yxy71.78510.31700.3290
Hunter Lab84.7261-2.54625.2652
CIE-Lab87.86502.04530.7159

#e1dbdb color RGB value is (225,219,219).

#e1dbdb hex color red value is 225, green value is 219 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e1dbdb hue: 0.00 , saturation: 0.09 and the lightness value of e1dbdb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011011 11011011
Octal 341 333 333
Decimal 225 219 219
Hex E1 DB DB

RGB Percentages of Color #e1dbdb

%33.94
%33.03
%33.03

CMYK Percentages of Color #e1dbdb

%0
%3
%3
%12

Triadic Colors of #e1dbdb

#e1dbdb #dbe1db #dbdbe1

Analogous Colors of #e1dbdb

#e1dbdb #e1dedb #e1dbde

Monochromatic Colors of #e1dbdb

#e1dbdb

Complementary Color

#e1dbdb #dbe1e1

#e1dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dbdb Color CSS Codes

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

#e1dbdb Text Font Color

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

This sample text font color is #e1dbdb
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.


#e1dbdb Background Color

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

This div background color is #e1dbdb


#e1dbdb Border Color

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

This div border color is #e1dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dbdb

#e1dbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.