Color Hex Logo

#e2ccde Color Hex

#E2CCDE
(226,204,222)
0 Favorites   0 Comments

Color spaces of #e2ccde

RGB 226204222
HSL0.860.280.84
HSV311°10°89°
CMYK 0.000.100.02   0.11
XYZ66.141764.628478.0957
Yxy64.62840.31670.3094
Hunter Lab80.39186.1738-1.3223
CIE-Lab84.291910.7876-6.1102

#e2ccde color RGB value is (226,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001100 11011110
Octal 342 314 336
Decimal 226 204 222
Hex E2 CC DE

RGB Percentages of Color #e2ccde

%34.66
%31.29
%34.05

CMYK Percentages of Color #e2ccde

%0
%10
%2
%11

Triadic Colors of #e2ccde

#e2ccde #dee2cc #ccdee2

Analogous Colors of #e2ccde

#e2ccde #e2ccd3 #dbcce2

Monochromatic Colors of #e2ccde

#e2ccde

Complementary Color

#e2ccde #cce2d0

#e2ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ccde Color CSS Codes

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

#e2ccde Text Font Color

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

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


#e2ccde Background Color

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

This div background color is #e2ccde


#e2ccde Border Color

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

This div border color is #e2ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ccde


Comments

No comments written yet.

Please login to write comment.