Color Hex Logo

#dcd2dc Color Hex

#DCD2DC
(220,210,220)
0 Favorites   0 Comments

Color spaces of #dcd2dc

RGB 220210220
HSL0.830.130.84
HSV300°86°
CMYK 0.000.050.00   0.14
XYZ65.480166.476177.0902
Yxy66.47610.31320.3180
Hunter Lab81.53290.67311.0137
CIE-Lab85.23875.2242-3.7061

#dcd2dc color RGB value is (220,210,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 11011100
Octal 334 322 334
Decimal 220 210 220
Hex DC D2 DC

RGB Percentages of Color #dcd2dc

%33.85
%32.31
%33.85

CMYK Percentages of Color #dcd2dc

%0
%5
%0
%14

Triadic Colors of #dcd2dc

#dcd2dc #dcdcd2 #d2dcdc

Analogous Colors of #dcd2dc

#dcd2dc #dcd2d7 #d7d2dc

Monochromatic Colors of #dcd2dc

#dcd2dc

Complementary Color

#dcd2dc #d2dcd2

#dcd2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd2dc Color CSS Codes

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

#dcd2dc Text Font Color

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

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


#dcd2dc Background Color

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

This div background color is #dcd2dc


#dcd2dc Border Color

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

This div border color is #dcd2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd2dc


Comments

No comments written yet.

Please login to write comment.