Color Hex Logo

#e6dceb Color Hex

#E6DCEB
(230,220,235)
0 Favorites   0 Comments

Color spaces of #e6dceb

RGB 230220235
HSL0.780.270.89
HSV280°92°
CMYK 0.020.060.00   0.08
XYZ73.221774.007689.0229
Yxy74.00760.30990.3133
Hunter Lab86.02771.3803-1.1349
CIE-Lab88.92616.0894-6.1083

#e6dceb color RGB value is (230,220,235).

#e6dceb hex color red value is 230, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e6dceb hue: 0.78 , saturation: 0.27 and the lightness value of e6dceb is 0.89.

The process color (four color CMYK) of #e6dceb color hex is 0.02, 0.06, 0.00, 0.08. Web safe color of #e6dceb is #ffccff. Color #e6dceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011100 11101011
Octal 346 334 353
Decimal 230 220 235
Hex E6 DC EB

RGB Percentages of Color #e6dceb

%33.58
%32.12
%34.31

CMYK Percentages of Color #e6dceb

%2
%6
%0
%8

Triadic Colors of #e6dceb

#e6dceb #ebe6dc #dcebe6

Analogous Colors of #e6dceb

#e6dceb #ebdce9 #dfdceb

Monochromatic Colors of #e6dceb

#e6dceb

Complementary Color

#e6dceb #e1ebdc

#e6dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dceb Color CSS Codes

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

#e6dceb Text Font Color

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

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


#e6dceb Background Color

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

This div background color is #e6dceb


#e6dceb Border Color

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

This div border color is #e6dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dceb


Comments

No comments written yet.

Please login to write comment.