Color Hex Logo

#e1c6de Color Hex

#E1C6DE
(225,198,222)
0 Favorites   0 Comments

Color spaces of #e1c6de

RGB 225198222
HSL0.850.310.83
HSV307°12°88°
CMYK 0.000.120.01   0.12
XYZ64.430261.669677.6148
Yxy61.66960.31630.3027
Hunter Lab78.53009.0234-3.6280
CIE-Lab82.737413.6327-8.4221

#e1c6de color RGB value is (225,198,222).

#e1c6de hex color red value is 225, green value is 198 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e1c6de hue: 0.85 , saturation: 0.31 and the lightness value of e1c6de is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11000110 11011110
Octal 341 306 336
Decimal 225 198 222
Hex E1 C6 DE

RGB Percentages of Color #e1c6de

%34.88
%30.70
%34.42

CMYK Percentages of Color #e1c6de

%0
%12
%1
%12

Triadic Colors of #e1c6de

#e1c6de #dee1c6 #c6dee1

Analogous Colors of #e1c6de

#e1c6de #e1c6d1 #d7c6e1

Monochromatic Colors of #e1c6de

#e1c6de

Complementary Color

#e1c6de #c6e1c9

#e1c6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1c6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1c6de Color CSS Codes

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

#e1c6de Text Font Color

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

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


#e1c6de Background Color

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

This div background color is #e1c6de


#e1c6de Border Color

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

This div border color is #e1c6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1c6de


Comments

No comments written yet.

Please login to write comment.