Color Hex Logo

#ecd2ee Color Hex

#ECD2EE
(236,210,238)
0 Favorites   0 Comments

Color spaces of #ecd2ee

RGB 236210238
HSL0.820.450.88
HSV296°12°93°
CMYK 0.010.120.00   0.07
XYZ73.071370.099190.5681
Yxy70.09910.31260.2999
Hunter Lab83.72529.2670-5.5282
CIE-Lab87.045413.8815-10.4266

#ecd2ee color RGB value is (236,210,238).

#ecd2ee hex color red value is 236, green value is 210 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ecd2ee hue: 0.82 , saturation: 0.45 and the lightness value of ecd2ee is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 11101110
Octal 354 322 356
Decimal 236 210 238
Hex EC D2 EE

RGB Percentages of Color #ecd2ee

%34.50
%30.70
%34.80

CMYK Percentages of Color #ecd2ee

%1
%12
%0
%7

Triadic Colors of #ecd2ee

#ecd2ee #eeecd2 #d2eeec

Analogous Colors of #ecd2ee

#ecd2ee #eed2e2 #ded2ee

Monochromatic Colors of #ecd2ee

#ecd2ee

Complementary Color

#ecd2ee #d4eed2

#ecd2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd2ee Color CSS Codes

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

#ecd2ee Text Font Color

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

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


#ecd2ee Background Color

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

This div background color is #ecd2ee


#ecd2ee Border Color

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

This div border color is #ecd2ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,210,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ecd2ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ecd2ee;
  -webkit-box-shadow: 1px 1px 3px 2px #ecd2ee;
  box-shadow:         1px 1px 3px 2px #ecd2ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,210,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd2ee


Comments

No comments written yet.

Please login to write comment.