Color Hex Logo

#e6cfdd Color Hex

#E6CFDD
(230,207,221)
0 Favorites   0 Comments

Color spaces of #e6cfdd

RGB 230207221
HSL0.900.320.86
HSV323°10°90°
CMYK 0.000.100.04   0.10
XYZ67.997166.669177.6912
Yxy66.66910.32020.3139
Hunter Lab81.65115.76100.7413
CIE-Lab85.336610.3896-3.9993

#e6cfdd color RGB value is (230,207,221).

#e6cfdd hex color red value is 230, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e6cfdd hue: 0.90 , saturation: 0.32 and the lightness value of e6cfdd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001111 11011101
Octal 346 317 335
Decimal 230 207 221
Hex E6 CF DD

RGB Percentages of Color #e6cfdd

%34.95
%31.46
%33.59

CMYK Percentages of Color #e6cfdd

%0
%10
%4
%10

Triadic Colors of #e6cfdd

#e6cfdd #dde6cf #cfdde6

Analogous Colors of #e6cfdd

#e6cfdd #e6cfd2 #e4cfe6

Monochromatic Colors of #e6cfdd

#e6cfdd

Complementary Color

#e6cfdd #cfe6d8

#e6cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cfdd Color CSS Codes

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

#e6cfdd Text Font Color

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

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


#e6cfdd Background Color

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

This div background color is #e6cfdd


#e6cfdd Border Color

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

This div border color is #e6cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cfdd


Comments

No comments written yet.

Please login to write comment.