Color Hex Logo

#e1cbdb Color Hex

#E1CBDB
(225,203,219)
0 Favorites   0 Comments

Color spaces of #e1cbdb

RGB 225203219
HSL0.880.270.84
HSV316°10°88°
CMYK 0.000.100.03   0.12
XYZ65.193563.833975.9029
Yxy63.83390.31810.3115
Hunter Lab79.89615.8339-0.3994
CIE-Lab83.879210.4388-5.1301

#e1cbdb color RGB value is (225,203,219).

#e1cbdb hex color red value is 225, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e1cbdb hue: 0.88 , saturation: 0.27 and the lightness value of e1cbdb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001011 11011011
Octal 341 313 333
Decimal 225 203 219
Hex E1 CB DB

RGB Percentages of Color #e1cbdb

%34.78
%31.38
%33.85

CMYK Percentages of Color #e1cbdb

%0
%10
%3
%12

Triadic Colors of #e1cbdb

#e1cbdb #dbe1cb #cbdbe1

Analogous Colors of #e1cbdb

#e1cbdb #e1cbd0 #dccbe1

Monochromatic Colors of #e1cbdb

#e1cbdb

Complementary Color

#e1cbdb #cbe1d1

#e1cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cbdb Color CSS Codes

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

#e1cbdb Text Font Color

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

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


#e1cbdb Background Color

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

This div background color is #e1cbdb


#e1cbdb Border Color

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

This div border color is #e1cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cbdb


Comments

No comments written yet.

Please login to write comment.