Color Hex Logo

#e7ddff Color Hex

#E7DDFF
(231,221,255)
0 Favorites   0 Comments

Color spaces of #e7ddff

RGB 231221255
HSL0.721.000.93
HSV258°13°100°
CMYK 0.090.130.00   0.00
XYZ76.861475.9218105.2111
Yxy75.92180.29790.2943
Hunter Lab87.13314.9745-10.5980
CIE-Lab89.82309.6954-15.2725

#e7ddff color RGB value is (231,221,255).

#e7ddff hex color red value is 231, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e7ddff hue: 0.72 , saturation: 1.00 and the lightness value of e7ddff is 0.93.

The process color (four color CMYK) of #e7ddff color hex is 0.09, 0.13, 0.00, 0.00. Web safe color of #e7ddff is #ffccff. Color #e7ddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011101 11111111
Octal 347 335 377
Decimal 231 221 255
Hex E7 DD FF

RGB Percentages of Color #e7ddff

%32.67
%31.26
%36.07

CMYK Percentages of Color #e7ddff

%9
%13
%0
%0

Triadic Colors of #e7ddff

#e7ddff #ffe7dd #ddffe7

Analogous Colors of #e7ddff

#e7ddff #f8ddff #dde4ff

Monochromatic Colors of #e7ddff

#e7ddff

Complementary Color

#e7ddff #f5ffdd

#e7ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ddff Color CSS Codes

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

#e7ddff Text Font Color

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

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


#e7ddff Background Color

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

This div background color is #e7ddff


#e7ddff Border Color

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

This div border color is #e7ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ddff

#e7ddff Color Palettes


Comments

No comments written yet.

Please login to write comment.