Color Hex Logo

#e1ccdd Color Hex

#E1CCDD
(225,204,221)
0 Favorites   0 Comments

Color spaces of #e1ccdd

RGB 225204221
HSL0.870.260.84
HSV311°88°
CMYK 0.000.090.02   0.12
XYZ65.695364.413777.3772
Yxy64.41370.31660.3104
Hunter Lab80.25815.6594-0.9810
CIE-Lab84.180710.2677-5.7511

#e1ccdd color RGB value is (225,204,221).

#e1ccdd hex color red value is 225, green value is 204 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e1ccdd hue: 0.87 , saturation: 0.26 and the lightness value of e1ccdd is 0.84.

The process color (four color CMYK) of #e1ccdd color hex is 0.00, 0.09, 0.02, 0.12. Web safe color of #e1ccdd is #cccccc. Color #e1ccdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001100 11011101
Octal 341 314 335
Decimal 225 204 221
Hex E1 CC DD

RGB Percentages of Color #e1ccdd

%34.62
%31.38
%34.00

CMYK Percentages of Color #e1ccdd

%0
%9
%2
%12

Triadic Colors of #e1ccdd

#e1ccdd #dde1cc #ccdde1

Analogous Colors of #e1ccdd

#e1ccdd #e1ccd3 #dbcce1

Monochromatic Colors of #e1ccdd

#e1ccdd

Complementary Color

#e1ccdd #cce1d0

#e1ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ccdd Color CSS Codes

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

#e1ccdd Text Font Color

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

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


#e1ccdd Background Color

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

This div background color is #e1ccdd


#e1ccdd Border Color

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

This div border color is #e1ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ccdd


Comments

No comments written yet.

Please login to write comment.