Color Hex Logo

#e6ddfa Color Hex

#E6DDFA
(230,221,250)
0 Favorites   0 Comments

Color spaces of #e6ddfa

RGB 230221250
HSL0.720.740.92
HSV259°12°98°
CMYK 0.080.120.00   0.02
XYZ75.744975.4380101.0113
Yxy75.43800.30030.2991
Hunter Lab86.85513.6707-8.1550
CIE-Lab89.59788.3998-12.9942

#e6ddfa color RGB value is (230,221,250).

#e6ddfa hex color red value is 230, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e6ddfa hue: 0.72 , saturation: 0.74 and the lightness value of e6ddfa is 0.92.

The process color (four color CMYK) of #e6ddfa color hex is 0.08, 0.12, 0.00, 0.02. Web safe color of #e6ddfa is #ffccff. Color #e6ddfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011101 11111010
Octal 346 335 372
Decimal 230 221 250
Hex E6 DD FA

RGB Percentages of Color #e6ddfa

%32.81
%31.53
%35.66

CMYK Percentages of Color #e6ddfa

%8
%12
%0
%2

Triadic Colors of #e6ddfa

#e6ddfa #fae6dd #ddfae6

Analogous Colors of #e6ddfa

#e6ddfa #f5ddfa #dde3fa

Monochromatic Colors of #e6ddfa

#e6ddfa

Complementary Color

#e6ddfa #f1fadd

#e6ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ddfa Color CSS Codes

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

#e6ddfa Text Font Color

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

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


#e6ddfa Background Color

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

This div background color is #e6ddfa


#e6ddfa Border Color

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

This div border color is #e6ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ddfa


Comments

No comments written yet.

Please login to write comment.