Color Hex Logo

#e7dfde Color Hex

#E7DFDE
(231,223,222)
0 Favorites   0 Comments

Color spaces of #e7dfde

RGB 231223222
HSL0.020.160.89
HSV91°
CMYK 0.000.030.04   0.09
XYZ72.527575.038279.7685
Yxy75.03820.31900.3301
Hunter Lab86.6246-2.14176.0399
CIE-Lab89.41092.54651.4465

#e7dfde color RGB value is (231,223,222).

#e7dfde hex color red value is 231, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e7dfde hue: 0.02 , saturation: 0.16 and the lightness value of e7dfde is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011111 11011110
Octal 347 337 336
Decimal 231 223 222
Hex E7 DF DE

RGB Percentages of Color #e7dfde

%34.17
%32.99
%32.84

CMYK Percentages of Color #e7dfde

%0
%3
%4
%9

Triadic Colors of #e7dfde

#e7dfde #dee7df #dfdee7

Analogous Colors of #e7dfde

#e7dfde #e7e4de #e7dee2

Monochromatic Colors of #e7dfde

#e7dfde

Complementary Color

#e7dfde #dee6e7

#e7dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dfde Color CSS Codes

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

#e7dfde Text Font Color

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

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


#e7dfde Background Color

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

This div background color is #e7dfde


#e7dfde Border Color

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

This div border color is #e7dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dfde


Comments

No comments written yet.

Please login to write comment.