Color Hex Logo

#e9cddf Color Hex

#E9CDDF
(233,205,223)
0 Favorites   0 Comments

Color spaces of #e9cddf

RGB 233205223
HSL0.890.390.86
HSV321°12°91°
CMYK 0.000.120.04   0.09
XYZ68.754966.314078.9881
Yxy66.31400.32120.3098
Hunter Lab81.43348.2006-0.5062
CIE-Lab85.156312.8215-5.2991

#e9cddf color RGB value is (233,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001101 11011111
Octal 351 315 337
Decimal 233 205 223
Hex E9 CD DF

RGB Percentages of Color #e9cddf

%35.25
%31.01
%33.74

CMYK Percentages of Color #e9cddf

%0
%12
%4
%9

Triadic Colors of #e9cddf

#e9cddf #dfe9cd #cddfe9

Analogous Colors of #e9cddf

#e9cddf #e9cdd1 #e5cde9

Monochromatic Colors of #e9cddf

#e9cddf

Complementary Color

#e9cddf #cde9d7

#e9cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cddf Color CSS Codes

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

#e9cddf Text Font Color

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

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


#e9cddf Background Color

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

This div background color is #e9cddf


#e9cddf Border Color

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

This div border color is #e9cddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cddf


Comments

No comments written yet.

Please login to write comment.