Color Hex Logo

#ecddf8 Color Hex

#ECDDF8
(236,221,248)
0 Favorites   0 Comments

Color spaces of #ecddf8

RGB 236221248
HSL0.760.660.92
HSV273°11°97°
CMYK 0.050.110.00   0.03
XYZ77.391876.323199.4598
Yxy76.32310.30570.3015
Hunter Lab87.36315.2413-6.3454
CIE-Lab90.00919.9622-11.2811

#ecddf8 color RGB value is (236,221,248).

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

The process color (four color CMYK) of #ecddf8 color hex is 0.05, 0.11, 0.00, 0.03. Web safe color of #ecddf8 is #ffccff. Color #ecddf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 11111000
Octal 354 335 370
Decimal 236 221 248
Hex EC DD F8

RGB Percentages of Color #ecddf8

%33.48
%31.35
%35.18

CMYK Percentages of Color #ecddf8

%5
%11
%0
%3

Triadic Colors of #ecddf8

#ecddf8 #f8ecdd #ddf8ec

Analogous Colors of #ecddf8

#ecddf8 #f8ddf7 #dfddf8

Monochromatic Colors of #ecddf8

#ecddf8

Complementary Color

#ecddf8 #e9f8dd

#ecddf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecddf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecddf8 Color CSS Codes

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

#ecddf8 Text Font Color

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

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


#ecddf8 Background Color

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

This div background color is #ecddf8


#ecddf8 Border Color

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

This div border color is #ecddf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecddf8

Related Colors


Comments

No comments written yet.

Please login to write comment.