Color Hex Logo

#ecddf6 Color Hex

#ECDDF6
(236,221,246)
0 Favorites   0 Comments

Color spaces of #ecddf6

RGB 236221246
HSL0.770.580.92
HSV276°10°96°
CMYK 0.040.100.00   0.04
XYZ77.083176.199697.8341
Yxy76.19960.30700.3034
Hunter Lab87.29244.8619-5.3454
CIE-Lab89.95199.5872-10.3166

#ecddf6 color RGB value is (236,221,246).

#ecddf6 hex color red value is 236, green value is 221 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ecddf6 hue: 0.77 , saturation: 0.58 and the lightness value of ecddf6 is 0.92.

The process color (four color CMYK) of #ecddf6 color hex is 0.04, 0.10, 0.00, 0.04. Web safe color of #ecddf6 is #ffccff. Color #ecddf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 11110110
Octal 354 335 366
Decimal 236 221 246
Hex EC DD F6

RGB Percentages of Color #ecddf6

%33.57
%31.44
%34.99

CMYK Percentages of Color #ecddf6

%4
%10
%0
%4

Triadic Colors of #ecddf6

#ecddf6 #f6ecdd #ddf6ec

Analogous Colors of #ecddf6

#ecddf6 #f6ddf4 #e0ddf6

Monochromatic Colors of #ecddf6

#ecddf6

Complementary Color

#ecddf6 #e7f6dd

#ecddf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecddf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecddf6 Color CSS Codes

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

#ecddf6 Text Font Color

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

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


#ecddf6 Background Color

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

This div background color is #ecddf6


#ecddf6 Border Color

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

This div border color is #ecddf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecddf6


Comments

No comments written yet.

Please login to write comment.