Color Hex Logo

#edd8db Color Hex

#EDD8DB
(237,216,219)
0 Favorites   0 Comments

Color spaces of #edd8db

RGB 237216219
HSL0.980.370.89
HSV351°93°
CMYK 0.000.090.08   0.07
XYZ72.267172.230777.1509
Yxy72.23070.32600.3259
Hunter Lab84.98863.05115.6698
CIE-Lab88.07957.73771.1451

#edd8db color RGB value is (237,216,219).

#edd8db hex color red value is 237, green value is 216 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edd8db hue: 0.98 , saturation: 0.37 and the lightness value of edd8db is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 11011011
Octal 355 330 333
Decimal 237 216 219
Hex ED D8 DB

RGB Percentages of Color #edd8db

%35.27
%32.14
%32.59

CMYK Percentages of Color #edd8db

%0
%9
%8
%7

Triadic Colors of #edd8db

#edd8db #dbedd8 #d8dbed

Analogous Colors of #edd8db

#edd8db #ede0d8 #edd8e6

Monochromatic Colors of #edd8db

#edd8db

Complementary Color

#edd8db #d8edea

#edd8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd8db Color CSS Codes

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

#edd8db Text Font Color

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

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


#edd8db Background Color

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

This div background color is #edd8db


#edd8db Border Color

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

This div border color is #edd8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd8db


Comments

No comments written yet.

Please login to write comment.