Color Hex Logo

#ecc7dd Color Hex

#ECC7DD
(236,199,221)
0 Favorites   0 Comments

Color spaces of #ecc7dd

RGB 236199221
HSL0.900.490.85
HSV324°16°93°
CMYK 0.000.160.06   0.07
XYZ68.066663.900277.1531
Yxy63.90020.32550.3056
Hunter Lab79.937612.1014-1.2684
CIE-Lab83.913816.6746-6.0389

#ecc7dd color RGB value is (236,199,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000111 11011101
Octal 354 307 335
Decimal 236 199 221
Hex EC C7 DD

RGB Percentages of Color #ecc7dd

%35.98
%30.34
%33.69

CMYK Percentages of Color #ecc7dd

%0
%16
%6
%7

Triadic Colors of #ecc7dd

#ecc7dd #ddecc7 #c7ddec

Analogous Colors of #ecc7dd

#ecc7dd #ecc7cb #e9c7ec

Monochromatic Colors of #ecc7dd

#ecc7dd

Complementary Color

#ecc7dd #c7ecd6

#ecc7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc7dd Color CSS Codes

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

#ecc7dd Text Font Color

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

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


#ecc7dd Background Color

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

This div background color is #ecc7dd


#ecc7dd Border Color

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

This div border color is #ecc7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc7dd


Comments

No comments written yet.

Please login to write comment.