Color Hex Logo

#e2ddfb Color Hex

#E2DDFB
(226,221,251)
0 Favorites   0 Comments

Color spaces of #e2ddfb

RGB 226221251
HSL0.690.790.93
HSV250°12°98°
CMYK 0.100.120.00   0.02
XYZ74.633174.8467101.7801
Yxy74.84670.29700.2979
Hunter Lab86.51402.5873-9.1924
CIE-Lab89.32117.3128-13.9647

#e2ddfb color RGB value is (226,221,251).

#e2ddfb hex color red value is 226, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e2ddfb hue: 0.69 , saturation: 0.79 and the lightness value of e2ddfb is 0.93.

The process color (four color CMYK) of #e2ddfb color hex is 0.10, 0.12, 0.00, 0.02. Web safe color of #e2ddfb is #ccccff. Color #e2ddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011101 11111011
Octal 342 335 373
Decimal 226 221 251
Hex E2 DD FB

RGB Percentages of Color #e2ddfb

%32.38
%31.66
%35.96

CMYK Percentages of Color #e2ddfb

%10
%12
%0
%2

Triadic Colors of #e2ddfb

#e2ddfb #fbe2dd #ddfbe2

Analogous Colors of #e2ddfb

#e2ddfb #f1ddfb #dde7fb

Monochromatic Colors of #e2ddfb

#e2ddfb

Complementary Color

#e2ddfb #f6fbdd

#e2ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ddfb Color CSS Codes

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

#e2ddfb Text Font Color

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

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


#e2ddfb Background Color

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

This div background color is #e2ddfb


#e2ddfb Border Color

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

This div border color is #e2ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ddfb


Comments

No comments written yet.

Please login to write comment.