Color Hex Logo

#dcd6da Color Hex

#DCD6DA
(220,214,218)
0 Favorites   0 Comments

Color spaces of #dcd6da

RGB 220214218
HSL0.890.080.85
HSV320°86°
CMYK 0.000.030.01   0.14
XYZ66.216768.370776.0365
Yxy68.37070.31440.3246
Hunter Lab82.6866-1.75593.3590
CIE-Lab86.19152.7671-1.2475

#dcd6da color RGB value is (220,214,218).

#dcd6da hex color red value is 220, green value is 214 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dcd6da hue: 0.89 , saturation: 0.08 and the lightness value of dcd6da is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 11011010
Octal 334 326 332
Decimal 220 214 218
Hex DC D6 DA

RGB Percentages of Color #dcd6da

%33.74
%32.82
%33.44

CMYK Percentages of Color #dcd6da

%0
%3
%1
%14

Triadic Colors of #dcd6da

#dcd6da #dadcd6 #d6dadc

Analogous Colors of #dcd6da

#dcd6da #dcd6d7 #dbd6dc

Monochromatic Colors of #dcd6da

#dcd6da

Complementary Color

#dcd6da #d6dcd8

#dcd6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd6da Color CSS Codes

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

#dcd6da Text Font Color

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

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


#dcd6da Background Color

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

This div background color is #dcd6da


#dcd6da Border Color

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

This div border color is #dcd6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd6da

#dcd6da Color Palettes


Comments

No comments written yet.

Please login to write comment.