Color Hex Logo

#e6cdeb Color Hex

#E6CDEB
(230,205,235)
0 Favorites   0 Comments

Color spaces of #e6cdeb

RGB 230205235
HSL0.810.430.86
HSV290°13°92°
CMYK 0.020.130.00   0.08
XYZ69.459866.483887.7690
Yxy66.48380.31050.2972
Hunter Lab81.53769.3688-6.7448
CIE-Lab85.242613.9784-11.5769

#e6cdeb color RGB value is (230,205,235).

#e6cdeb hex color red value is 230, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e6cdeb hue: 0.81 , saturation: 0.43 and the lightness value of e6cdeb is 0.86.

The process color (four color CMYK) of #e6cdeb color hex is 0.02, 0.13, 0.00, 0.08. Web safe color of #e6cdeb is #ffccff. Color #e6cdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001101 11101011
Octal 346 315 353
Decimal 230 205 235
Hex E6 CD EB

RGB Percentages of Color #e6cdeb

%34.33
%30.60
%35.07

CMYK Percentages of Color #e6cdeb

%2
%13
%0
%8

Triadic Colors of #e6cdeb

#e6cdeb #ebe6cd #cdebe6

Analogous Colors of #e6cdeb

#e6cdeb #ebcde1 #d7cdeb

Monochromatic Colors of #e6cdeb

#e6cdeb

Complementary Color

#e6cdeb #d2ebcd

#e6cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cdeb Color CSS Codes

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

#e6cdeb Text Font Color

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

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


#e6cdeb Background Color

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

This div background color is #e6cdeb


#e6cdeb Border Color

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

This div border color is #e6cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cdeb


Comments

No comments written yet.

Please login to write comment.