Color Hex Logo

#ddece5 Color Hex

#DDECE5
(221,236,229)
0 Favorites   0 Comments

Color spaces of #ddece5

RGB 221236229
HSL0.420.280.90
HSV152°93°
CMYK 0.060.000.03   0.07
XYZ73.957181.020285.8692
Yxy81.02020.30710.3364
Hunter Lab90.0112-10.85636.4462
CIE-Lab92.1407-6.23731.6691

#ddece5 color RGB value is (221,236,229).

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

The process color (four color CMYK) of #ddece5 color hex is 0.06, 0.00, 0.03, 0.07. Web safe color of #ddece5 is #ccffcc. Color #ddece5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 11100101
Octal 335 354 345
Decimal 221 236 229
Hex DD EC E5

RGB Percentages of Color #ddece5

%32.22
%34.40
%33.38

CMYK Percentages of Color #ddece5

%6
%0
%3
%7

Triadic Colors of #ddece5

#ddece5 #e5ddec #ece5dd

Analogous Colors of #ddece5

#ddece5 #ddecec #ddecde

Monochromatic Colors of #ddece5

#ddece5

Complementary Color

#ddece5 #ecdde4

#ddece5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddece5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddece5 Color CSS Codes

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

#ddece5 Text Font Color

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

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


#ddece5 Background Color

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

This div background color is #ddece5


#ddece5 Border Color

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

This div border color is #ddece5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddece5


Comments

No comments written yet.

Please login to write comment.