Color Hex Logo

#edd1db Color Hex

#EDD1DB
(237,209,219)
0 Favorites   0 Comments

Color spaces of #edd1db

RGB 237209219
HSL0.940.440.87
HSV339°12°93°
CMYK 0.000.120.08   0.07
XYZ70.511768.719976.5657
Yxy68.71990.32670.3184
Hunter Lab82.89756.75963.2668
CIE-Lab86.365211.4018-1.3587

#edd1db color RGB value is (237,209,219).

#edd1db hex color red value is 237, green value is 209 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edd1db hue: 0.94 , saturation: 0.44 and the lightness value of edd1db is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 11011011
Octal 355 321 333
Decimal 237 209 219
Hex ED D1 DB

RGB Percentages of Color #edd1db

%35.64
%31.43
%32.93

CMYK Percentages of Color #edd1db

%0
%12
%8
%7

Triadic Colors of #edd1db

#edd1db #dbedd1 #d1dbed

Analogous Colors of #edd1db

#edd1db #edd5d1 #edd1e9

Monochromatic Colors of #edd1db

#edd1db

Complementary Color

#edd1db #d1ede3

#edd1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd1db Color CSS Codes

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

#edd1db Text Font Color

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

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


#edd1db Background Color

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

This div background color is #edd1db


#edd1db Border Color

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

This div border color is #edd1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd1db


Comments

No comments written yet.

Please login to write comment.