Color Hex Logo

#e2cbdd Color Hex

#E2CBDD
(226,203,221)
0 Favorites   0 Comments

Color spaces of #e2cbdd

RGB 226203221
HSL0.870.280.84
HSV313°10°89°
CMYK 0.000.100.02   0.11
XYZ65.771164.101177.3128
Yxy64.10110.31750.3094
Hunter Lab80.06326.5255-1.2090
CIE-Lab84.018411.1374-5.9815

#e2cbdd color RGB value is (226,203,221).

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

The process color (four color CMYK) of #e2cbdd color hex is 0.00, 0.10, 0.02, 0.11. Web safe color of #e2cbdd is #cccccc. Color #e2cbdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001011 11011101
Octal 342 313 335
Decimal 226 203 221
Hex E2 CB DD

RGB Percentages of Color #e2cbdd

%34.77
%31.23
%34.00

CMYK Percentages of Color #e2cbdd

%0
%10
%2
%11

Triadic Colors of #e2cbdd

#e2cbdd #dde2cb #cbdde2

Analogous Colors of #e2cbdd

#e2cbdd #e2cbd2 #dccbe2

Monochromatic Colors of #e2cbdd

#e2cbdd

Complementary Color

#e2cbdd #cbe2d0

#e2cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cbdd Color CSS Codes

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

#e2cbdd Text Font Color

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

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


#e2cbdd Background Color

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

This div background color is #e2cbdd


#e2cbdd Border Color

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

This div border color is #e2cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cbdd


Comments

No comments written yet.

Please login to write comment.