Color Hex Logo

#edc1dd Color Hex

#EDC1DD
(237,193,221)
0 Favorites   0 Comments

Color spaces of #edc1dd

RGB 237193221
HSL0.890.550.84
HSV322°19°93°
CMYK 0.000.190.07   0.07
XYZ67.046261.364976.7175
Yxy61.36490.32680.2992
Hunter Lab78.335815.6875-3.2302
CIE-Lab82.574520.2006-8.0117

#edc1dd color RGB value is (237,193,221).

#edc1dd hex color red value is 237, green value is 193 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #edc1dd hue: 0.89 , saturation: 0.55 and the lightness value of edc1dd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 11011101
Octal 355 301 335
Decimal 237 193 221
Hex ED C1 DD

RGB Percentages of Color #edc1dd

%36.41
%29.65
%33.95

CMYK Percentages of Color #edc1dd

%0
%19
%7
%7

Triadic Colors of #edc1dd

#edc1dd #ddedc1 #c1dded

Analogous Colors of #edc1dd

#edc1dd #edc1c7 #e7c1ed

Monochromatic Colors of #edc1dd

#edc1dd

Complementary Color

#edc1dd #c1edd1

#edc1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc1dd Color CSS Codes

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

#edc1dd Text Font Color

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

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


#edc1dd Background Color

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

This div background color is #edc1dd


#edc1dd Border Color

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

This div border color is #edc1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc1dd


Comments

No comments written yet.

Please login to write comment.