Color Hex Logo

#e6cddf Color Hex

#E6CDDF
(230,205,223)
0 Favorites   0 Comments

Color spaces of #e6cddf

RGB 230205223
HSL0.880.330.85
HSV317°11°90°
CMYK 0.000.110.03   0.10
XYZ67.783765.813478.9427
Yxy65.81340.31890.3097
Hunter Lab81.12557.1746-0.9069
CIE-Lab84.901111.7981-5.7046

#e6cddf color RGB value is (230,205,223).

#e6cddf hex color red value is 230, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e6cddf hue: 0.88 , saturation: 0.33 and the lightness value of e6cddf is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001101 11011111
Octal 346 315 337
Decimal 230 205 223
Hex E6 CD DF

RGB Percentages of Color #e6cddf

%34.95
%31.16
%33.89

CMYK Percentages of Color #e6cddf

%0
%11
%3
%10

Triadic Colors of #e6cddf

#e6cddf #dfe6cd #cddfe6

Analogous Colors of #e6cddf

#e6cddf #e6cdd3 #e1cde6

Monochromatic Colors of #e6cddf

#e6cddf

Complementary Color

#e6cddf #cde6d4

#e6cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cddf Color CSS Codes

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

#e6cddf Text Font Color

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

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


#e6cddf Background Color

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

This div background color is #e6cddf


#e6cddf Border Color

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

This div border color is #e6cddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,205,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e6cddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cddf


Comments

No comments written yet.

Please login to write comment.