Color Hex Logo

#e3cedd Color Hex

#E3CEDD
(227,206,221)
0 Favorites   0 Comments

Color spaces of #e3cedd

RGB 227206221
HSL0.880.270.85
HSV317°89°
CMYK 0.000.090.03   0.11
XYZ66.801065.694077.5660
Yxy65.69400.31800.3127
Hunter Lab81.05185.2748-0.0038
CIE-Lab84.84019.8920-4.7593

#e3cedd color RGB value is (227,206,221).

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

The process color (four color CMYK) of #e3cedd color hex is 0.00, 0.09, 0.03, 0.11. Web safe color of #e3cedd is #cccccc. Color #e3cedd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001110 11011101
Octal 343 316 335
Decimal 227 206 221
Hex E3 CE DD

RGB Percentages of Color #e3cedd

%34.71
%31.50
%33.79

CMYK Percentages of Color #e3cedd

%0
%9
%3
%11

Triadic Colors of #e3cedd

#e3cedd #dde3ce #cedde3

Analogous Colors of #e3cedd

#e3cedd #e3ced3 #dfcee3

Monochromatic Colors of #e3cedd

#e3cedd

Complementary Color

#e3cedd #cee3d4

#e3cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cedd Color CSS Codes

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

#e3cedd Text Font Color

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

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


#e3cedd Background Color

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

This div background color is #e3cedd


#e3cedd Border Color

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

This div border color is #e3cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cedd


Comments

No comments written yet.

Please login to write comment.