Color Hex Logo

#dcddcc Color Hex

#DCDDCC
(220,221,204)
0 Favorites   0 Comments

Color spaces of #dcddcc

RGB 220221204
HSL0.180.200.83
HSV64°87°
CMYK 0.000.000.08   0.13
XYZ66.270771.288267.3939
Yxy71.28820.32330.3478
Hunter Lab84.4323-7.652511.7774
CIE-Lab87.6248-3.29088.2188

#dcddcc color RGB value is (220,221,204).

#dcddcc hex color red value is 220, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dcddcc hue: 0.18 , saturation: 0.20 and the lightness value of dcddcc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 11001100
Octal 334 335 314
Decimal 220 221 204
Hex DC DD CC

RGB Percentages of Color #dcddcc

%34.11
%34.26
%31.63

CMYK Percentages of Color #dcddcc

%0
%0
%8
%13

Triadic Colors of #dcddcc

#dcddcc #ccdcdd #ddccdc

Analogous Colors of #dcddcc

#dcddcc #d4ddcc #ddd6cc

Monochromatic Colors of #dcddcc

#dcddcc

Complementary Color

#dcddcc #cdccdd

#dcddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddcc Color CSS Codes

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

#dcddcc Text Font Color

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

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


#dcddcc Background Color

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

This div background color is #dcddcc


#dcddcc Border Color

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

This div border color is #dcddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddcc


Comments

No comments written yet.

Please login to write comment.