Color Hex Logo

#e6dccd Color Hex

#E6DCCD
(230,220,205)
0 Favorites   0 Comments

Color spaces of #e6dccd

RGB 230220205
HSL0.100.330.85
HSV36°11°90°
CMYK 0.000.040.11   0.10
XYZ69.245872.417268.0859
Yxy72.41720.33010.3453
Hunter Lab85.0983-3.673812.1317
CIE-Lab88.16900.90158.5757

#e6dccd color RGB value is (230,220,205).

#e6dccd hex color red value is 230, green value is 220 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e6dccd hue: 0.10 , saturation: 0.33 and the lightness value of e6dccd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011100 11001101
Octal 346 334 315
Decimal 230 220 205
Hex E6 DC CD

RGB Percentages of Color #e6dccd

%35.11
%33.59
%31.30

CMYK Percentages of Color #e6dccd

%0
%4
%11
%10

Triadic Colors of #e6dccd

#e6dccd #cde6dc #dccde6

Analogous Colors of #e6dccd

#e6dccd #e4e6cd #e6d0cd

Monochromatic Colors of #e6dccd

#e6dccd

Complementary Color

#e6dccd #cdd7e6

#e6dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dccd Color CSS Codes

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

#e6dccd Text Font Color

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

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


#e6dccd Background Color

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

This div background color is #e6dccd


#e6dccd Border Color

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

This div border color is #e6dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dccd

#e6dccd Color Palettes


Comments

No comments written yet.

Please login to write comment.