Color Hex Logo

#ddece8 Color Hex

#DDECE8
(221,236,232)
0 Favorites   0 Comments

Color spaces of #ddece8

RGB 221236232
HSL0.460.280.90
HSV164°93°
CMYK 0.060.000.02   0.07
XYZ74.379781.189388.0948
Yxy81.18930.30530.3332
Hunter Lab90.1051-10.33635.1064
CIE-Lab92.2159-5.68710.2159

#ddece8 color RGB value is (221,236,232).

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

The process color (four color CMYK) of #ddece8 color hex is 0.06, 0.00, 0.02, 0.07. Web safe color of #ddece8 is #ccffff. Color #ddece8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 11101000
Octal 335 354 350
Decimal 221 236 232
Hex DD EC E8

RGB Percentages of Color #ddece8

%32.08
%34.25
%33.67

CMYK Percentages of Color #ddece8

%6
%0
%2
%7

Triadic Colors of #ddece8

#ddece8 #e8ddec #ece8dd

Analogous Colors of #ddece8

#ddece8 #dde9ec #ddece1

Monochromatic Colors of #ddece8

#ddece8

Complementary Color

#ddece8 #ecdde1

#ddece8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddece8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddece8 Color CSS Codes

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

#ddece8 Text Font Color

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

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


#ddece8 Background Color

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

This div background color is #ddece8


#ddece8 Border Color

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

This div border color is #ddece8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddece8


Comments

No comments written yet.

Please login to write comment.