Color Hex Logo

#e7dccf Color Hex

#E7DCCF
(231,220,207)
0 Favorites   0 Comments

Color spaces of #e7dccf

RGB 231220207
HSL0.090.330.86
HSV33°10°91°
CMYK 0.000.050.10   0.09
XYZ69.810772.680369.3808
Yxy72.68030.32950.3430
Hunter Lab85.2527-3.024411.4252
CIE-Lab88.29501.57857.7155

#e7dccf color RGB value is (231,220,207).

#e7dccf hex color red value is 231, green value is 220 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e7dccf hue: 0.09 , saturation: 0.33 and the lightness value of e7dccf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011100 11001111
Octal 347 334 317
Decimal 231 220 207
Hex E7 DC CF

RGB Percentages of Color #e7dccf

%35.11
%33.43
%31.46

CMYK Percentages of Color #e7dccf

%0
%5
%10
%9

Triadic Colors of #e7dccf

#e7dccf #cfe7dc #dccfe7

Analogous Colors of #e7dccf

#e7dccf #e6e7cf #e7d0cf

Monochromatic Colors of #e7dccf

#e7dccf

Complementary Color

#e7dccf #cfdae7

#e7dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7dccf Color CSS Codes

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

#e7dccf Text Font Color

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

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


#e7dccf Background Color

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

This div background color is #e7dccf


#e7dccf Border Color

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

This div border color is #e7dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7dccf


Comments

No comments written yet.

Please login to write comment.