Color Hex Logo

#edc6db Color Hex

#EDC6DB
(237,198,219)
0 Favorites   0 Comments

Color spaces of #edc6db

RGB 237198219
HSL0.910.520.85
HSV328°16°93°
CMYK 0.000.160.08   0.07
XYZ67.905363.507275.6969
Yxy63.50720.32790.3066
Hunter Lab79.691412.6405-0.5341
CIE-Lab83.708517.2056-5.2638

#edc6db color RGB value is (237,198,219).

#edc6db hex color red value is 237, green value is 198 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edc6db hue: 0.91 , saturation: 0.52 and the lightness value of edc6db is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 11011011
Octal 355 306 333
Decimal 237 198 219
Hex ED C6 DB

RGB Percentages of Color #edc6db

%36.24
%30.28
%33.49

CMYK Percentages of Color #edc6db

%0
%16
%8
%7

Triadic Colors of #edc6db

#edc6db #dbedc6 #c6dbed

Analogous Colors of #edc6db

#edc6db #edc6c8 #ecc6ed

Monochromatic Colors of #edc6db

#edc6db

Complementary Color

#edc6db #c6edd8

#edc6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc6db Color CSS Codes

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

#edc6db Text Font Color

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

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


#edc6db Background Color

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

This div background color is #edc6db


#edc6db Border Color

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

This div border color is #edc6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc6db


Comments

No comments written yet.

Please login to write comment.