color codes Logo

#e5c1db color codes

#E5C1DB
(229,193,219)
0 Favorites   0 Comments

Color spaces of #e5c1db

RGB 229193219
HSL0.880.410.83
HSV317°16°90°
CMYK 0.000.160.04   0.10
XYZ64.169259.912475.2000
Yxy59.91240.32200.3006
Hunter Lab77.403112.5258-3.4203
CIE-Lab81.790617.1201-8.1822

#e5c1db color RGB value is (229,193,219).

#e5c1db hex color red value is 229, green value is 193 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e5c1db hue: 0.88 , saturation: 0.41 and the lightness value of e5c1db is 0.83.

The process color (four color CMYK) of #e5c1db color code is 0.00, 0.16, 0.04, 0.10. Web safe color of #e5c1db is #cccccc. Color #e5c1db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11000001 11011011
Octal 345 301 333
Decimal 229 193 219
Hex E5 C1 DB

RGB Percentages of Color #e5c1db

%35.73
%30.11
%34.17

CMYK Percentages of Color #e5c1db

%0
%16
%4
%10

Triadic Colors of #e5c1db

#e5c1db #dbe5c1 #c1dbe5

Analogous Colors of #e5c1db

#e5c1db #e5c1c9 #ddc1e5

Monochromatic Colors of #e5c1db

#e5c1db

Complementary Color

#e5c1db #c1e5cb

#e5c1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5c1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5c1db Color CSS Codes

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

#e5c1db Text Font Color

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

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


#e5c1db Background Color

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

This div background color is #e5c1db


#e5c1db Border Color

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

This div border color is #e5c1db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,193,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5c1db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5c1db;
  -webkit-box-shadow: 1px 1px 3px 2px #e5c1db;
  box-shadow:         1px 1px 3px 2px #e5c1db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,193,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5c1db

#e5c1db Color Palettes


Comments

No comments written yet.

Please login to write comment.