Color Hex Logo

#e2cfdd Color Hex

#E2CFDD
(226,207,221)
0 Favorites   0 Comments

Color spaces of #e2cfdd

RGB 226207221
HSL0.880.250.85
HSV316°89°
CMYK 0.000.080.02   0.11
XYZ66.728066.014977.6318
Yxy66.01490.31720.3138
Hunter Lab81.24964.41040.2247
CIE-Lab85.00409.0234-4.5272

#e2cfdd color RGB value is (226,207,221).

#e2cfdd hex color red value is 226, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e2cfdd hue: 0.88 , saturation: 0.25 and the lightness value of e2cfdd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001111 11011101
Octal 342 317 335
Decimal 226 207 221
Hex E2 CF DD

RGB Percentages of Color #e2cfdd

%34.56
%31.65
%33.79

CMYK Percentages of Color #e2cfdd

%0
%8
%2
%11

Triadic Colors of #e2cfdd

#e2cfdd #dde2cf #cfdde2

Analogous Colors of #e2cfdd

#e2cfdd #e2cfd4 #decfe2

Monochromatic Colors of #e2cfdd

#e2cfdd

Complementary Color

#e2cfdd #cfe2d4

#e2cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cfdd Color CSS Codes

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

#e2cfdd Text Font Color

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

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


#e2cfdd Background Color

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

This div background color is #e2cfdd


#e2cfdd Border Color

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

This div border color is #e2cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cfdd


Comments

No comments written yet.

Please login to write comment.