Color Hex Logo

#dcd2cc Color Hex

#DCD2CC
(220,210,204)
1 Favorites   0 Comments

Color spaces of #dcd2cc

RGB 220210204
HSL0.060.190.83
HSV23°86°
CMYK 0.000.050.07   0.14
XYZ63.460965.668566.4573
Yxy65.66850.32450.3358
Hunter Lab81.0361-2.02658.1018
CIE-Lab84.82702.41194.1883

#dcd2cc color RGB value is (220,210,204).

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

The process color (four color CMYK) of #dcd2cc color hex is 0.00, 0.05, 0.07, 0.14. Web safe color of #dcd2cc is #cccccc. Color #dcd2cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 11001100
Octal 334 322 314
Decimal 220 210 204
Hex DC D2 CC

RGB Percentages of Color #dcd2cc

%34.70
%33.12
%32.18

CMYK Percentages of Color #dcd2cc

%0
%5
%7
%14

Triadic Colors of #dcd2cc

#dcd2cc #ccdcd2 #d2ccdc

Analogous Colors of #dcd2cc

#dcd2cc #dcdacc #dcccce

Monochromatic Colors of #dcd2cc

#dcd2cc

Complementary Color

#dcd2cc #ccd6dc

#dcd2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd2cc Color CSS Codes

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

#dcd2cc Text Font Color

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

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


#dcd2cc Background Color

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

This div background color is #dcd2cc


#dcd2cc Border Color

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

This div border color is #dcd2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd2cc

#dcd2cc Color Palettes


Comments

No comments written yet.

Please login to write comment.