Color Hex Logo

#dcd7dc Color Hex

#DCD7DC
(220,215,220)
0 Favorites   0 Comments

Color spaces of #dcd7dc

RGB 220215220
HSL0.830.070.85
HSV300°86°
CMYK 0.000.020.00   0.14
XYZ66.733968.983877.5081
Yxy68.98380.31300.3235
Hunter Lab83.0565-1.92842.8103
CIE-Lab86.49602.6054-1.8598

#dcd7dc color RGB value is (220,215,220).

#dcd7dc hex color red value is 220, green value is 215 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dcd7dc hue: 0.83 , saturation: 0.07 and the lightness value of dcd7dc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 11011100
Octal 334 327 334
Decimal 220 215 220
Hex DC D7 DC

RGB Percentages of Color #dcd7dc

%33.59
%32.82
%33.59

CMYK Percentages of Color #dcd7dc

%0
%2
%0
%14

Triadic Colors of #dcd7dc

#dcd7dc #dcdcd7 #d7dcdc

Analogous Colors of #dcd7dc

#dcd7dc #dcd7da #dad7dc

Monochromatic Colors of #dcd7dc

#dcd7dc

Complementary Color

#dcd7dc #d7dcd7

#dcd7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd7dc Color CSS Codes

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

#dcd7dc Text Font Color

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

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


#dcd7dc Background Color

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

This div background color is #dcd7dc


#dcd7dc Border Color

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

This div border color is #dcd7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd7dc


Comments

No comments written yet.

Please login to write comment.