Color Hex Logo

#e6dcdd Color Hex

#E6DCDD
(230,220,221)
0 Favorites   0 Comments

Color spaces of #e6dcdd

RGB 230220221
HSL0.980.170.88
HSV354°90°
CMYK 0.000.040.04   0.10
XYZ71.277573.229978.7847
Yxy73.22990.31920.3280
Hunter Lab85.5745-1.07745.3164
CIE-Lab88.55723.58590.7190

#e6dcdd color RGB value is (230,220,221).

#e6dcdd hex color red value is 230, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e6dcdd hue: 0.98 , saturation: 0.17 and the lightness value of e6dcdd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011100 11011101
Octal 346 334 335
Decimal 230 220 221
Hex E6 DC DD

RGB Percentages of Color #e6dcdd

%34.28
%32.79
%32.94

CMYK Percentages of Color #e6dcdd

%0
%4
%4
%10

Triadic Colors of #e6dcdd

#e6dcdd #dde6dc #dcdde6

Analogous Colors of #e6dcdd

#e6dcdd #e6e0dc #e6dce2

Monochromatic Colors of #e6dcdd

#e6dcdd

Complementary Color

#e6dcdd #dce6e5

#e6dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dcdd Color CSS Codes

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

#e6dcdd Text Font Color

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

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


#e6dcdd Background Color

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

This div background color is #e6dcdd


#e6dcdd Border Color

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

This div border color is #e6dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dcdd


Comments

No comments written yet.

Please login to write comment.