Color Hex Logo

#e9cde9 Color Hex

#E9CDE9
(233,205,233)
0 Favorites   0 Comments

Color spaces of #e9cde9

RGB 233205233
HSL0.830.390.86
HSV300°12°91°
CMYK 0.000.120.00   0.09
XYZ70.143666.869586.3009
Yxy66.86950.31410.2994
Hunter Lab81.773810.0090-5.3307
CIE-Lab85.438014.6092-10.1964

#e9cde9 color RGB value is (233,205,233).

#e9cde9 hex color red value is 233, green value is 205 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #e9cde9 hue: 0.83 , saturation: 0.39 and the lightness value of e9cde9 is 0.86.

The process color (four color CMYK) of #e9cde9 color hex is 0.00, 0.12, 0.00, 0.09. Web safe color of #e9cde9 is #ffccff. Color #e9cde9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001101 11101001
Octal 351 315 351
Decimal 233 205 233
Hex E9 CD E9

RGB Percentages of Color #e9cde9

%34.72
%30.55
%34.72

CMYK Percentages of Color #e9cde9

%0
%12
%0
%9

Triadic Colors of #e9cde9

#e9cde9 #e9e9cd #cde9e9

Analogous Colors of #e9cde9

#e9cde9 #e9cddb #dbcde9

Monochromatic Colors of #e9cde9

#e9cde9

Complementary Color

#e9cde9 #cde9cd

#e9cde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cde9 Color CSS Codes

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

#e9cde9 Text Font Color

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

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


#e9cde9 Background Color

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

This div background color is #e9cde9


#e9cde9 Border Color

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

This div border color is #e9cde9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,205,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9cde9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9cde9;
  -webkit-box-shadow: 1px 1px 3px 2px #e9cde9;
  box-shadow:         1px 1px 3px 2px #e9cde9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cde9


Comments

No comments written yet.

Please login to write comment.