Color Hex Logo

#e9cedb Color Hex

#E9CEDB
(233,206,219)
0 Favorites   0 Comments

Color spaces of #e9cedb

RGB 233206219
HSL0.920.380.86
HSV331°12°91°
CMYK 0.000.120.06   0.09
XYZ68.461866.580776.2609
Yxy66.58070.32400.3151
Hunter Lab81.59706.97101.7052
CIE-Lab85.291811.5991-2.9731

#e9cedb color RGB value is (233,206,219).

#e9cedb hex color red value is 233, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e9cedb hue: 0.92 , saturation: 0.38 and the lightness value of e9cedb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001110 11011011
Octal 351 316 333
Decimal 233 206 219
Hex E9 CE DB

RGB Percentages of Color #e9cedb

%35.41
%31.31
%33.28

CMYK Percentages of Color #e9cedb

%0
%12
%6
%9

Triadic Colors of #e9cedb

#e9cedb #dbe9ce #cedbe9

Analogous Colors of #e9cedb

#e9cedb #e9cfce #e9cee9

Monochromatic Colors of #e9cedb

#e9cedb

Complementary Color

#e9cedb #cee9dc

#e9cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cedb Color CSS Codes

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

#e9cedb Text Font Color

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

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


#e9cedb Background Color

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

This div background color is #e9cedb


#e9cedb Border Color

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

This div border color is #e9cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cedb

#e9cedb Color Palettes


Comments

No comments written yet.

Please login to write comment.