Color Hex Logo

#e6dcdc Color Hex

#E6DCDC
(230,220,220)
0 Favorites   0 Comments

Color spaces of #e6dcdc

RGB 230220220
HSL0.000.170.88
HSV90°
CMYK 0.000.040.04   0.10
XYZ71.144673.176778.0849
Yxy73.17670.31990.3290
Hunter Lab85.5434-1.24635.7598
CIE-Lab88.53193.41261.2085

#e6dcdc color RGB value is (230,220,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011100 11011100
Octal 346 334 334
Decimal 230 220 220
Hex E6 DC DC

RGB Percentages of Color #e6dcdc

%34.33
%32.84
%32.84

CMYK Percentages of Color #e6dcdc

%0
%4
%4
%10

Triadic Colors of #e6dcdc

#e6dcdc #dce6dc #dcdce6

Analogous Colors of #e6dcdc

#e6dcdc #e6e1dc #e6dce1

Monochromatic Colors of #e6dcdc

#e6dcdc

Complementary Color

#e6dcdc #dce6e6

#e6dcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dcdc Color CSS Codes

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

#e6dcdc Text Font Color

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

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


#e6dcdc Background Color

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

This div background color is #e6dcdc


#e6dcdc Border Color

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

This div border color is #e6dcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dcdc

#e6dcdc Color Palettes


Comments

No comments written yet.

Please login to write comment.