Color Hex Logo

#e6deed Color Hex

#E6DEED
(230,222,237)
0 Favorites   0 Comments

Color spaces of #e6deed

RGB 230222237
HSL0.760.290.90
HSV272°93°
CMYK 0.030.060.00   0.07
XYZ74.040575.180090.7296
Yxy75.18000.30860.3133
Hunter Lab86.70640.6889-1.3466
CIE-Lab89.47725.4158-6.3456

#e6deed color RGB value is (230,222,237).

#e6deed hex color red value is 230, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e6deed hue: 0.76 , saturation: 0.29 and the lightness value of e6deed is 0.90.

The process color (four color CMYK) of #e6deed color hex is 0.03, 0.06, 0.00, 0.07. Web safe color of #e6deed is #ffccff. Color #e6deed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011110 11101101
Octal 346 336 355
Decimal 230 222 237
Hex E6 DE ED

RGB Percentages of Color #e6deed

%33.38
%32.22
%34.40

CMYK Percentages of Color #e6deed

%3
%6
%0
%7

Triadic Colors of #e6deed

#e6deed #ede6de #deede6

Analogous Colors of #e6deed

#e6deed #eddeed #dfdeed

Monochromatic Colors of #e6deed

#e6deed

Complementary Color

#e6deed #e5edde

#e6deed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6deed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6deed Color CSS Codes

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

#e6deed Text Font Color

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

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


#e6deed Background Color

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

This div background color is #e6deed


#e6deed Border Color

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

This div border color is #e6deed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6deed


Comments

No comments written yet.

Please login to write comment.