Color Hex Logo

#ddecce Color Hex

#DDECCE
(221,236,206)
0 Favorites   0 Comments

Color spaces of #ddecce

RGB 221236206
HSL0.250.440.87
HSV90°13°93°
CMYK 0.060.000.13   0.07
XYZ70.954879.819370.0595
Yxy79.81930.32130.3614
Hunter Lab89.3416-14.583916.0454
CIE-Lab91.6037-10.232012.8608

#ddecce color RGB value is (221,236,206).

#ddecce hex color red value is 221, green value is 236 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ddecce hue: 0.25 , saturation: 0.44 and the lightness value of ddecce is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 11001110
Octal 335 354 316
Decimal 221 236 206
Hex DD EC CE

RGB Percentages of Color #ddecce

%33.33
%35.60
%31.07

CMYK Percentages of Color #ddecce

%6
%0
%13
%7

Triadic Colors of #ddecce

#ddecce #ceddec #eccedd

Analogous Colors of #ddecce

#ddecce #ceecce #ececce

Monochromatic Colors of #ddecce

#ddecce

Complementary Color

#ddecce #ddceec

#ddecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddecce Color CSS Codes

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

#ddecce Text Font Color

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

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


#ddecce Background Color

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

This div background color is #ddecce


#ddecce Border Color

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

This div border color is #ddecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddecce


Comments

No comments written yet.

Please login to write comment.