Color Hex Logo

#e7d9db Color Hex

#E7D9DB
(231,217,219)
0 Favorites   0 Comments

Color spaces of #e7d9db

RGB 231217219
HSL0.980.230.88
HSV351°91°
CMYK 0.000.060.05   0.09
XYZ70.554071.729177.1443
Yxy71.72910.32150.3269
Hunter Lab84.69300.48765.2797
CIE-Lab87.83805.14370.7339

#e7d9db color RGB value is (231,217,219).

#e7d9db hex color red value is 231, green value is 217 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e7d9db hue: 0.98 , saturation: 0.23 and the lightness value of e7d9db is 0.88.

The process color (four color CMYK) of #e7d9db color hex is 0.00, 0.06, 0.05, 0.09. Web safe color of #e7d9db is #ffcccc. Color #e7d9db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011001 11011011
Octal 347 331 333
Decimal 231 217 219
Hex E7 D9 DB

RGB Percentages of Color #e7d9db

%34.63
%32.53
%32.83

CMYK Percentages of Color #e7d9db

%0
%6
%5
%9

Triadic Colors of #e7d9db

#e7d9db #dbe7d9 #d9dbe7

Analogous Colors of #e7d9db

#e7d9db #e7ded9 #e7d9e2

Monochromatic Colors of #e7d9db

#e7d9db

Complementary Color

#e7d9db #d9e7e5

#e7d9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7d9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7d9db Color CSS Codes

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

#e7d9db Text Font Color

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

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


#e7d9db Background Color

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

This div background color is #e7d9db


#e7d9db Border Color

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

This div border color is #e7d9db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,217,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 #e7d9db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7d9db


Comments

No comments written yet.

Please login to write comment.