Color Hex Logo

#eed6dd Color Hex

#EED6DD
(238,214,221)
0 Favorites   0 Comments

Color spaces of #eed6dd

RGB 238214221
HSL0.950.410.89
HSV343°10°93°
CMYK 0.000.100.07   0.07
XYZ72.357671.490778.3920
Yxy71.49070.32560.3217
Hunter Lab84.55224.78954.2162
CIE-Lab87.72299.4654-0.4208

#eed6dd color RGB value is (238,214,221).

#eed6dd hex color red value is 238, green value is 214 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eed6dd hue: 0.95 , saturation: 0.41 and the lightness value of eed6dd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 11011101
Octal 356 326 335
Decimal 238 214 221
Hex EE D6 DD

RGB Percentages of Color #eed6dd

%35.36
%31.80
%32.84

CMYK Percentages of Color #eed6dd

%0
%10
%7
%7

Triadic Colors of #eed6dd

#eed6dd #ddeed6 #d6ddee

Analogous Colors of #eed6dd

#eed6dd #eedbd6 #eed6e9

Monochromatic Colors of #eed6dd

#eed6dd

Complementary Color

#eed6dd #d6eee7

#eed6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed6dd Color CSS Codes

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

#eed6dd Text Font Color

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

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


#eed6dd Background Color

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

This div background color is #eed6dd


#eed6dd Border Color

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

This div border color is #eed6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed6dd


Comments

No comments written yet.

Please login to write comment.