Color Hex Logo

#ddecc1 Color Hex

#DDECC1
(221,236,193)
0 Favorites   0 Comments

Color spaces of #ddecc1

RGB 221236193
HSL0.220.530.84
HSV81°18°93°
CMYK 0.060.000.18   0.07
XYZ69.439979.213362.0819
Yxy79.21330.32950.3759
Hunter Lab89.0019-16.486220.9445
CIE-Lab91.3307-12.306519.2095

#ddecc1 color RGB value is (221,236,193).

#ddecc1 hex color red value is 221, green value is 236 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #ddecc1 hue: 0.22 , saturation: 0.53 and the lightness value of ddecc1 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 11000001
Octal 335 354 301
Decimal 221 236 193
Hex DD EC C1

RGB Percentages of Color #ddecc1

%34.00
%36.31
%29.69

CMYK Percentages of Color #ddecc1

%6
%0
%18
%7

Triadic Colors of #ddecc1

#ddecc1 #c1ddec #ecc1dd

Analogous Colors of #ddecc1

#ddecc1 #c8ecc1 #ece6c1

Monochromatic Colors of #ddecc1

#ddecc1

Complementary Color

#ddecc1 #d0c1ec

#ddecc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddecc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddecc1 Color CSS Codes

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

#ddecc1 Text Font Color

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

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


#ddecc1 Background Color

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

This div background color is #ddecc1


#ddecc1 Border Color

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

This div border color is #ddecc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddecc1


Comments

No comments written yet.

Please login to write comment.