Color Hex Logo

#e6d8de Color Hex

#E6D8DE
(230,216,222)
0 Favorites   0 Comments

Color spaces of #e6d8de

RGB 230216222
HSL0.930.220.87
HSV334°90°
CMYK 0.000.060.03   0.10
XYZ70.373871.208779.1428
Yxy71.20870.31880.3226
Hunter Lab84.38521.18743.4631
CIE-Lab87.58635.8430-1.2267

#e6d8de color RGB value is (230,216,222).

#e6d8de hex color red value is 230, green value is 216 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e6d8de hue: 0.93 , saturation: 0.22 and the lightness value of e6d8de is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011000 11011110
Octal 346 330 336
Decimal 230 216 222
Hex E6 D8 DE

RGB Percentages of Color #e6d8de

%34.43
%32.34
%33.23

CMYK Percentages of Color #e6d8de

%0
%6
%3
%10

Triadic Colors of #e6d8de

#e6d8de #dee6d8 #d8dee6

Analogous Colors of #e6d8de

#e6d8de #e6d9d8 #e6d8e5

Monochromatic Colors of #e6d8de

#e6d8de

Complementary Color

#e6d8de #d8e6e0

#e6d8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6d8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6d8de Color CSS Codes

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

#e6d8de Text Font Color

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

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


#e6d8de Background Color

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

This div background color is #e6d8de


#e6d8de Border Color

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

This div border color is #e6d8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6d8de


Comments

No comments written yet.

Please login to write comment.