Color Hex Logo

#e7cfde Color Hex

#E7CFDE
(231,207,222)
0 Favorites   0 Comments

Color spaces of #e7cfde

RGB 231207222
HSL0.900.330.86
HSV323°10°91°
CMYK 0.000.100.04   0.09
XYZ68.452666.888578.4102
Yxy66.88850.32020.3129
Hunter Lab81.78546.27620.4066
CIE-Lab85.447610.9073-4.3575

#e7cfde color RGB value is (231,207,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001111 11011110
Octal 347 317 336
Decimal 231 207 222
Hex E7 CF DE

RGB Percentages of Color #e7cfde

%35.00
%31.36
%33.64

CMYK Percentages of Color #e7cfde

%0
%10
%4
%9

Triadic Colors of #e7cfde

#e7cfde #dee7cf #cfdee7

Analogous Colors of #e7cfde

#e7cfde #e7cfd2 #e4cfe7

Monochromatic Colors of #e7cfde

#e7cfde

Complementary Color

#e7cfde #cfe7d8

#e7cfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cfde Color CSS Codes

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

#e7cfde Text Font Color

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

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


#e7cfde Background Color

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

This div background color is #e7cfde


#e7cfde Border Color

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

This div border color is #e7cfde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,207,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cfde


Comments

No comments written yet.

Please login to write comment.