Color Hex Logo

#ecdbdd Color Hex

#ECDBDD
(236,219,221)
0 Favorites   0 Comments

Color spaces of #ecdbdd

RGB 236219221
HSL0.980.310.89
HSV353°93°
CMYK 0.000.070.06   0.07
XYZ72.974773.716478.7891
Yxy73.71640.32360.3269
Hunter Lab85.85831.46305.6924
CIE-Lab88.78836.16741.1140

#ecdbdd color RGB value is (236,219,221).

#ecdbdd hex color red value is 236, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ecdbdd hue: 0.98 , saturation: 0.31 and the lightness value of ecdbdd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 11011101
Octal 354 333 335
Decimal 236 219 221
Hex EC DB DD

RGB Percentages of Color #ecdbdd

%34.91
%32.40
%32.69

CMYK Percentages of Color #ecdbdd

%0
%7
%6
%7

Triadic Colors of #ecdbdd

#ecdbdd #ddecdb #dbddec

Analogous Colors of #ecdbdd

#ecdbdd #ece2db #ecdbe6

Monochromatic Colors of #ecdbdd

#ecdbdd

Complementary Color

#ecdbdd #dbecea

#ecdbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdbdd Color CSS Codes

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

#ecdbdd Text Font Color

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

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


#ecdbdd Background Color

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

This div background color is #ecdbdd


#ecdbdd Border Color

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

This div border color is #ecdbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdbdd


Comments

No comments written yet.

Please login to write comment.