Color Hex Logo

#ddecc8 Color Hex

#DDECC8
(221,236,200)
0 Favorites   0 Comments

Color spaces of #ddecc8

RGB 221236200
HSL0.240.490.85
HSV85°15°93°
CMYK 0.060.000.15   0.07
XYZ70.239679.533266.2930
Yxy79.53320.32510.3681
Hunter Lab89.1814-15.480218.3537
CIE-Lab91.4750-11.206315.7902

#ddecc8 color RGB value is (221,236,200).

#ddecc8 hex color red value is 221, green value is 236 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #ddecc8 hue: 0.24 , saturation: 0.49 and the lightness value of ddecc8 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 11001000
Octal 335 354 310
Decimal 221 236 200
Hex DD EC C8

RGB Percentages of Color #ddecc8

%33.64
%35.92
%30.44

CMYK Percentages of Color #ddecc8

%6
%0
%15
%7

Triadic Colors of #ddecc8

#ddecc8 #c8ddec #ecc8dd

Analogous Colors of #ddecc8

#ddecc8 #cbecc8 #ece9c8

Monochromatic Colors of #ddecc8

#ddecc8

Complementary Color

#ddecc8 #d7c8ec

#ddecc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddecc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddecc8 Color CSS Codes

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

#ddecc8 Text Font Color

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

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


#ddecc8 Background Color

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

This div background color is #ddecc8


#ddecc8 Border Color

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

This div border color is #ddecc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddecc8


Comments

No comments written yet.

Please login to write comment.