Color Hex Logo

#e1cedf Color Hex

#E1CEDF
(225,206,223)
0 Favorites   0 Comments

Color spaces of #e1cedf

RGB 225206223
HSL0.850.240.85
HSV306°88°
CMYK 0.000.080.01   0.12
XYZ66.441965.477978.9487
Yxy65.47790.31510.3105
Hunter Lab80.91844.9587-1.2039
CIE-Lab84.72949.5711-6.0053

#e1cedf color RGB value is (225,206,223).

#e1cedf hex color red value is 225, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e1cedf hue: 0.85 , saturation: 0.24 and the lightness value of e1cedf is 0.85.

The process color (four color CMYK) of #e1cedf color hex is 0.00, 0.08, 0.01, 0.12. Web safe color of #e1cedf is #cccccc. Color #e1cedf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001110 11011111
Octal 341 316 337
Decimal 225 206 223
Hex E1 CE DF

RGB Percentages of Color #e1cedf

%34.40
%31.50
%34.10

CMYK Percentages of Color #e1cedf

%0
%8
%1
%12

Triadic Colors of #e1cedf

#e1cedf #dfe1ce #cedfe1

Analogous Colors of #e1cedf

#e1cedf #e1ced6 #dacee1

Monochromatic Colors of #e1cedf

#e1cedf

Complementary Color

#e1cedf #cee1d0

#e1cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cedf Color CSS Codes

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

#e1cedf Text Font Color

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

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


#e1cedf Background Color

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

This div background color is #e1cedf


#e1cedf Border Color

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

This div border color is #e1cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cedf

#e1cedf Color Palettes


Comments

No comments written yet.

Please login to write comment.