Color Hex Logo

#e6e1df Color Hex

#E6E1DF
(230,225,223)
3 Favorites   0 Comments

Color spaces of #e6e1df

RGB 230225223
HSL0.050.120.89
HSV17°90°
CMYK 0.000.020.03   0.10
XYZ72.877676.001180.6407
Yxy76.00110.31750.3311
Hunter Lab87.1786-3.34426.1814
CIE-Lab89.85991.34531.5658

#e6e1df color RGB value is (230,225,223).

#e6e1df hex color red value is 230, green value is 225 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e6e1df hue: 0.05 , saturation: 0.12 and the lightness value of e6e1df is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11100001 11011111
Octal 346 341 337
Decimal 230 225 223
Hex E6 E1 DF

RGB Percentages of Color #e6e1df

%33.92
%33.19
%32.89

CMYK Percentages of Color #e6e1df

%0
%2
%3
%10

Triadic Colors of #e6e1df

#e6e1df #dfe6e1 #e1dfe6

Analogous Colors of #e6e1df

#e6e1df #e6e5df #e6dfe1

Monochromatic Colors of #e6e1df

#e6e1df

Complementary Color

#e6e1df #dfe4e6

#e6e1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6e1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6e1df Color CSS Codes

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

#e6e1df Text Font Color

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

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


#e6e1df Background Color

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

This div background color is #e6e1df


#e6e1df Border Color

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

This div border color is #e6e1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6e1df

#e6e1df Color Palettes


Comments

No comments written yet.

Please login to write comment.