Color Hex Logo

#e7ddcd Color Hex

#E7DDCD
(231,221,205)
0 Favorites   0 Comments

Color spaces of #e7ddcd

RGB 231221205
HSL0.100.350.85
HSV37°11°91°
CMYK 0.000.040.11   0.09
XYZ69.830973.109668.1887
Yxy73.10960.33070.3463
Hunter Lab85.5042-3.852012.5697
CIE-Lab88.50000.73879.0602

#e7ddcd color RGB value is (231,221,205).

#e7ddcd hex color red value is 231, green value is 221 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e7ddcd hue: 0.10 , saturation: 0.35 and the lightness value of e7ddcd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011101 11001101
Octal 347 335 315
Decimal 231 221 205
Hex E7 DD CD

RGB Percentages of Color #e7ddcd

%35.16
%33.64
%31.20

CMYK Percentages of Color #e7ddcd

%0
%4
%11
%9

Triadic Colors of #e7ddcd

#e7ddcd #cde7dd #ddcde7

Analogous Colors of #e7ddcd

#e7ddcd #e4e7cd #e7d0cd

Monochromatic Colors of #e7ddcd

#e7ddcd

Complementary Color

#e7ddcd #cdd7e7

#e7ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ddcd Color CSS Codes

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

#e7ddcd Text Font Color

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

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


#e7ddcd Background Color

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

This div background color is #e7ddcd


#e7ddcd Border Color

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

This div border color is #e7ddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ddcd


Comments

No comments written yet.

Please login to write comment.