Color Hex Logo

#e6ddfd Color Hex

#E6DDFD
(230,221,253)
0 Favorites   0 Comments

Color spaces of #e6ddfd

RGB 230221253
HSL0.710.890.93
HSV257°13°99°
CMYK 0.090.130.00   0.01
XYZ76.219275.6277103.5089
Yxy75.62770.29850.2962
Hunter Lab86.96424.2578-9.6948
CIE-Lab89.68628.9841-14.4363

#e6ddfd color RGB value is (230,221,253).

#e6ddfd hex color red value is 230, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e6ddfd hue: 0.71 , saturation: 0.89 and the lightness value of e6ddfd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011101 11111101
Octal 346 335 375
Decimal 230 221 253
Hex E6 DD FD

RGB Percentages of Color #e6ddfd

%32.67
%31.39
%35.94

CMYK Percentages of Color #e6ddfd

%9
%13
%0
%1

Triadic Colors of #e6ddfd

#e6ddfd #fde6dd #ddfde6

Analogous Colors of #e6ddfd

#e6ddfd #f6ddfd #dde4fd

Monochromatic Colors of #e6ddfd

#e6ddfd

Complementary Color

#e6ddfd #f4fddd

#e6ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ddfd Color CSS Codes

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

#e6ddfd Text Font Color

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

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


#e6ddfd Background Color

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

This div background color is #e6ddfd


#e6ddfd Border Color

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

This div border color is #e6ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.