Color Hex Logo

#e7dedc Color Hex

#E7DEDC
(231,222,220)
0 Favorites   0 Comments

Color spaces of #e7dedc

RGB 231222220
HSL0.030.190.88
HSV11°91°
CMYK 0.000.040.05   0.09
XYZ71.994574.398878.2760
Yxy74.39880.32040.3311
Hunter Lab86.2547-1.95676.5728
CIE-Lab89.11062.71872.0604

#e7dedc color RGB value is (231,222,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011110 11011100
Octal 347 336 334
Decimal 231 222 220
Hex E7 DE DC

RGB Percentages of Color #e7dedc

%34.32
%32.99
%32.69

CMYK Percentages of Color #e7dedc

%0
%4
%5
%9

Triadic Colors of #e7dedc

#e7dedc #dce7de #dedce7

Analogous Colors of #e7dedc

#e7dedc #e7e4dc #e7dce0

Monochromatic Colors of #e7dedc

#e7dedc

Complementary Color

#e7dedc #dce5e7

#e7dedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dedc Color CSS Codes

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

#e7dedc Text Font Color

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

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


#e7dedc Background Color

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

This div background color is #e7dedc


#e7dedc Border Color

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

This div border color is #e7dedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dedc

#e7dedc Color Palettes


Comments

No comments written yet.

Please login to write comment.