Color Hex Logo

#dcddd5 Color Hex

#DCDDD5
(220,221,213)
0 Favorites   0 Comments

Color spaces of #dcddd5

RGB 220221213
HSL0.190.110.85
HSV68°87°
CMYK 0.000.000.04   0.13
XYZ67.381971.732673.2452
Yxy71.73260.31730.3378
Hunter Lab84.6951-6.20508.0120
CIE-Lab87.8397-1.75263.7927

#dcddd5 color RGB value is (220,221,213).

#dcddd5 hex color red value is 220, green value is 221 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #dcddd5 hue: 0.19 , saturation: 0.11 and the lightness value of dcddd5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 11010101
Octal 334 335 325
Decimal 220 221 213
Hex DC DD D5

RGB Percentages of Color #dcddd5

%33.64
%33.79
%32.57

CMYK Percentages of Color #dcddd5

%0
%0
%4
%13

Triadic Colors of #dcddd5

#dcddd5 #d5dcdd #ddd5dc

Analogous Colors of #dcddd5

#dcddd5 #d8ddd5 #dddad5

Monochromatic Colors of #dcddd5

#dcddd5

Complementary Color

#dcddd5 #d6d5dd

#dcddd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddd5 Color CSS Codes

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

#dcddd5 Text Font Color

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

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


#dcddd5 Background Color

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

This div background color is #dcddd5


#dcddd5 Border Color

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

This div border color is #dcddd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddd5


Comments

No comments written yet.

Please login to write comment.