Color Hex Logo

#e7dbde Color Hex

#E7DBDE
(231,219,222)
0 Favorites   0 Comments

Color spaces of #e7dbde

RGB 231219222
HSL0.960.200.88
HSV345°91°
CMYK 0.000.050.04   0.09
XYZ71.471372.925979.4164
Yxy72.92590.31930.3258
Hunter Lab85.3967-0.05164.6397
CIE-Lab88.41244.6217-0.0094

#e7dbde color RGB value is (231,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011011 11011110
Octal 347 333 336
Decimal 231 219 222
Hex E7 DB DE

RGB Percentages of Color #e7dbde

%34.38
%32.59
%33.04

CMYK Percentages of Color #e7dbde

%0
%5
%4
%9

Triadic Colors of #e7dbde

#e7dbde #dee7db #dbdee7

Analogous Colors of #e7dbde

#e7dbde #e7dedb #e7dbe4

Monochromatic Colors of #e7dbde

#e7dbde

Complementary Color

#e7dbde #dbe7e4

#e7dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dbde Color CSS Codes

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

#e7dbde Text Font Color

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

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


#e7dbde Background Color

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

This div background color is #e7dbde


#e7dbde Border Color

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

This div border color is #e7dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dbde

#e7dbde Color Palettes


Comments

No comments written yet.

Please login to write comment.