Color Hex Logo

#e6ddfc Color Hex

#E6DDFC
(230,221,252)
0 Favorites   0 Comments

Color spaces of #e6ddfc

RGB 230221252
HSL0.720.840.93
HSV257°12°99°
CMYK 0.090.120.00   0.01
XYZ76.060375.5642102.6720
Yxy75.56420.29910.2971
Hunter Lab86.92774.0612-9.1792
CIE-Lab89.65668.7886-13.9559

#e6ddfc color RGB value is (230,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011101 11111100
Octal 346 335 374
Decimal 230 221 252
Hex E6 DD FC

RGB Percentages of Color #e6ddfc

%32.72
%31.44
%35.85

CMYK Percentages of Color #e6ddfc

%9
%12
%0
%1

Triadic Colors of #e6ddfc

#e6ddfc #fce6dd #ddfce6

Analogous Colors of #e6ddfc

#e6ddfc #f6ddfc #dde4fc

Monochromatic Colors of #e6ddfc

#e6ddfc

Complementary Color

#e6ddfc #f3fcdd

#e6ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6ddfc Color CSS Codes

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

#e6ddfc Text Font Color

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

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


#e6ddfc Background Color

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

This div background color is #e6ddfc


#e6ddfc Border Color

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

This div border color is #e6ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6ddfc


Comments

No comments written yet.

Please login to write comment.