Color Hex Logo

#e9ddfb Color Hex

#E9DDFB
(233,221,251)
0 Favorites   0 Comments

Color spaces of #e9ddfb

RGB 233221251
HSL0.730.790.93
HSV264°12°98°
CMYK 0.070.120.00   0.02
XYZ76.873376.0016101.8849
Yxy76.00160.30170.2983
Hunter Lab87.17894.8361-8.2663
CIE-Lab89.86019.5597-13.1026

#e9ddfb color RGB value is (233,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011101 11111011
Octal 351 335 373
Decimal 233 221 251
Hex E9 DD FB

RGB Percentages of Color #e9ddfb

%33.05
%31.35
%35.60

CMYK Percentages of Color #e9ddfb

%7
%12
%0
%2

Triadic Colors of #e9ddfb

#e9ddfb #fbe9dd #ddfbe9

Analogous Colors of #e9ddfb

#e9ddfb #f8ddfb #dde0fb

Monochromatic Colors of #e9ddfb

#e9ddfb

Complementary Color

#e9ddfb #effbdd

#e9ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ddfb Color CSS Codes

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

#e9ddfb Text Font Color

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

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


#e9ddfb Background Color

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

This div background color is #e9ddfb


#e9ddfb Border Color

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

This div border color is #e9ddfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,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 #e9ddfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.