Color Hex Logo

#ecc7de Color Hex

#ECC7DE
(236,199,222)
0 Favorites   0 Comments

Color spaces of #ecc7de

RGB 236199222
HSL0.900.490.85
HSV323°16°93°
CMYK 0.000.160.06   0.07
XYZ68.200363.953677.8570
Yxy63.95360.32470.3045
Hunter Lab79.971012.2779-1.7430
CIE-Lab83.941616.8473-6.5315

#ecc7de color RGB value is (236,199,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000111 11011110
Octal 354 307 336
Decimal 236 199 222
Hex EC C7 DE

RGB Percentages of Color #ecc7de

%35.92
%30.29
%33.79

CMYK Percentages of Color #ecc7de

%0
%16
%6
%7

Triadic Colors of #ecc7de

#ecc7de #deecc7 #c7deec

Analogous Colors of #ecc7de

#ecc7de #ecc7cc #e8c7ec

Monochromatic Colors of #ecc7de

#ecc7de

Complementary Color

#ecc7de #c7ecd5

#ecc7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc7de Color CSS Codes

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

#ecc7de Text Font Color

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

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


#ecc7de Background Color

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

This div background color is #ecc7de


#ecc7de Border Color

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

This div border color is #ecc7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc7de


Comments

No comments written yet.

Please login to write comment.