Color Hex Logo

#ecddeb Color Hex

#ECDDEB
(236,221,235)
1 Favorites   0 Comments

Color spaces of #ecddeb

RGB 236221235
HSL0.840.280.90
HSV304°93°
CMYK 0.000.060.00   0.07
XYZ75.443975.543989.2024
Yxy75.54390.31410.3145
Hunter Lab86.91602.8367-0.0085
CIE-Lab89.64727.5720-4.9907

#ecddeb color RGB value is (236,221,235).

#ecddeb hex color red value is 236, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ecddeb hue: 0.84 , saturation: 0.28 and the lightness value of ecddeb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 11101011
Octal 354 335 353
Decimal 236 221 235
Hex EC DD EB

RGB Percentages of Color #ecddeb

%34.10
%31.94
%33.96

CMYK Percentages of Color #ecddeb

%0
%6
%0
%7

Triadic Colors of #ecddeb

#ecddeb #ebecdd #ddebec

Analogous Colors of #ecddeb

#ecddeb #ecdde4 #e6ddec

Monochromatic Colors of #ecddeb

#ecddeb

Complementary Color

#ecddeb #ddecde

#ecddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecddeb Color CSS Codes

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

#ecddeb Text Font Color

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

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


#ecddeb Background Color

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

This div background color is #ecddeb


#ecddeb Border Color

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

This div border color is #ecddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecddeb


Comments

No comments written yet.

Please login to write comment.