Color Hex Logo

#e6cedd Color Hex

#E6CEDD
(230,206,221)
0 Favorites   0 Comments

Color spaces of #e6cedd

RGB 230206221
HSL0.900.320.85
HSV323°10°90°
CMYK 0.000.100.04   0.10
XYZ67.755666.186177.6107
Yxy66.18610.32030.3129
Hunter Lab81.35486.29100.3871
CIE-Lab85.091310.9169-4.3606

#e6cedd color RGB value is (230,206,221).

#e6cedd hex color red value is 230, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e6cedd hue: 0.90 , saturation: 0.32 and the lightness value of e6cedd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001110 11011101
Octal 346 316 335
Decimal 230 206 221
Hex E6 CE DD

RGB Percentages of Color #e6cedd

%35.01
%31.35
%33.64

CMYK Percentages of Color #e6cedd

%0
%10
%4
%10

Triadic Colors of #e6cedd

#e6cedd #dde6ce #cedde6

Analogous Colors of #e6cedd

#e6cedd #e6ced1 #e3cee6

Monochromatic Colors of #e6cedd

#e6cedd

Complementary Color

#e6cedd #cee6d7

#e6cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cedd Color CSS Codes

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

#e6cedd Text Font Color

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

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


#e6cedd Background Color

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

This div background color is #e6cedd


#e6cedd Border Color

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

This div border color is #e6cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cedd


Comments

No comments written yet.

Please login to write comment.