Color Hex Logo

#eec1dd Color Hex

#EEC1DD
(238,193,221)
0 Favorites   0 Comments

Color spaces of #eec1dd

RGB 238193221
HSL0.900.570.85
HSV323°19°93°
CMYK 0.000.190.07   0.07
XYZ67.381061.537576.7332
Yxy61.53750.32760.2992
Hunter Lab78.445816.0422-3.0835
CIE-Lab82.666920.5423-7.8647

#eec1dd color RGB value is (238,193,221).

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

The process color (four color CMYK) of #eec1dd color hex is 0.00, 0.19, 0.07, 0.07. Web safe color of #eec1dd is #ffcccc. Color #eec1dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 11011101
Octal 356 301 335
Decimal 238 193 221
Hex EE C1 DD

RGB Percentages of Color #eec1dd

%36.50
%29.60
%33.90

CMYK Percentages of Color #eec1dd

%0
%19
%7
%7

Triadic Colors of #eec1dd

#eec1dd #ddeec1 #c1ddee

Analogous Colors of #eec1dd

#eec1dd #eec1c7 #e9c1ee

Monochromatic Colors of #eec1dd

#eec1dd

Complementary Color

#eec1dd #c1eed2

#eec1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec1dd Color CSS Codes

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

#eec1dd Text Font Color

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

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


#eec1dd Background Color

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

This div background color is #eec1dd


#eec1dd Border Color

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

This div border color is #eec1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec1dd


Comments

No comments written yet.

Please login to write comment.