Color Hex Logo

#e9cbdd Color Hex

#E9CBDD
(233,203,221)
0 Favorites   0 Comments

Color spaces of #e9cbdd

RGB 233203221
HSL0.900.410.85
HSV324°13°91°
CMYK 0.000.130.05   0.09
XYZ68.011465.256077.4177
Yxy65.25600.32280.3097
Hunter Lab80.78128.9159-0.2745
CIE-Lab84.615513.5290-5.0326

#e9cbdd color RGB value is (233,203,221).

#e9cbdd hex color red value is 233, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e9cbdd hue: 0.90 , saturation: 0.41 and the lightness value of e9cbdd is 0.85.

The process color (four color CMYK) of #e9cbdd color hex is 0.00, 0.13, 0.05, 0.09. Web safe color of #e9cbdd is #ffcccc. Color #e9cbdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001011 11011101
Octal 351 313 335
Decimal 233 203 221
Hex E9 CB DD

RGB Percentages of Color #e9cbdd

%35.46
%30.90
%33.64

CMYK Percentages of Color #e9cbdd

%0
%13
%5
%9

Triadic Colors of #e9cbdd

#e9cbdd #dde9cb #cbdde9

Analogous Colors of #e9cbdd

#e9cbdd #e9cbce #e6cbe9

Monochromatic Colors of #e9cbdd

#e9cbdd

Complementary Color

#e9cbdd #cbe9d7

#e9cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cbdd Color CSS Codes

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

#e9cbdd Text Font Color

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

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


#e9cbdd Background Color

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

This div background color is #e9cbdd


#e9cbdd Border Color

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

This div border color is #e9cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cbdd


Comments

No comments written yet.

Please login to write comment.