Color Hex Logo

#dddec1 Color Hex

#DDDEC1
(221,222,193)
0 Favorites   0 Comments

Color spaces of #dddec1

RGB 221222193
HSL0.170.310.81
HSV62°13°87°
CMYK 0.000.000.13   0.13
XYZ65.565771.465060.7905
Yxy71.46500.33140.3613
Hunter Lab84.5370-9.497616.5405
CIE-Lab87.7104-5.237514.1257

#dddec1 color RGB value is (221,222,193).

#dddec1 hex color red value is 221, green value is 222 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #dddec1 hue: 0.17 , saturation: 0.31 and the lightness value of dddec1 is 0.81.

The process color (four color CMYK) of #dddec1 color hex is 0.00, 0.00, 0.13, 0.13. Web safe color of #dddec1 is #cccccc. Color #dddec1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 11000001
Octal 335 336 301
Decimal 221 222 193
Hex DD DE C1

RGB Percentages of Color #dddec1

%34.75
%34.91
%30.35

CMYK Percentages of Color #dddec1

%0
%0
%13
%13

Triadic Colors of #dddec1

#dddec1 #c1ddde #dec1dd

Analogous Colors of #dddec1

#dddec1 #cfdec1 #ded1c1

Monochromatic Colors of #dddec1

#dddec1

Complementary Color

#dddec1 #c2c1de

#dddec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddec1 Color CSS Codes

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

#dddec1 Text Font Color

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

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


#dddec1 Background Color

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

This div background color is #dddec1


#dddec1 Border Color

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

This div border color is #dddec1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,222,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 #dddec1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddec1


Comments

No comments written yet.

Please login to write comment.