Color Hex Logo

#e6decd Color Hex

#E6DECD
(230,222,205)
0 Favorites   0 Comments

Color spaces of #e6decd

RGB 230222205
HSL0.110.330.85
HSV41°11°90°
CMYK 0.000.030.11   0.10
XYZ69.773873.473368.2619
Yxy73.47330.32990.3474
Hunter Lab85.7166-4.703912.7850
CIE-Lab88.6730-0.13009.2973

#e6decd color RGB value is (230,222,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011110 11001101
Octal 346 336 315
Decimal 230 222 205
Hex E6 DE CD

RGB Percentages of Color #e6decd

%35.01
%33.79
%31.20

CMYK Percentages of Color #e6decd

%0
%3
%11
%10

Triadic Colors of #e6decd

#e6decd #cde6de #decde6

Analogous Colors of #e6decd

#e6decd #e2e6cd #e6d2cd

Monochromatic Colors of #e6decd

#e6decd

Complementary Color

#e6decd #cdd5e6

#e6decd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6decd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6decd Color CSS Codes

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

#e6decd Text Font Color

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

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


#e6decd Background Color

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

This div background color is #e6decd


#e6decd Border Color

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

This div border color is #e6decd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6decd

#e6decd Color Palettes


Comments

No comments written yet.

Please login to write comment.