Color Hex Logo

#dcd1dd Color Hex

#DCD1DD
(220,209,221)
0 Favorites   0 Comments

Color spaces of #dcd1dd

RGB 220209221
HSL0.820.150.84
HSV295°87°
CMYK 0.000.050.00   0.13
XYZ65.366866.037077.7078
Yxy66.03700.31260.3158
Hunter Lab81.26321.37210.1882
CIE-Lab85.01535.9323-4.5660

#dcd1dd color RGB value is (220,209,221).

#dcd1dd hex color red value is 220, green value is 209 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dcd1dd hue: 0.82 , saturation: 0.15 and the lightness value of dcd1dd is 0.84.

The process color (four color CMYK) of #dcd1dd color hex is 0.00, 0.05, 0.00, 0.13. Web safe color of #dcd1dd is #cccccc. Color #dcd1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 11011101
Octal 334 321 335
Decimal 220 209 221
Hex DC D1 DD

RGB Percentages of Color #dcd1dd

%33.85
%32.15
%34.00

CMYK Percentages of Color #dcd1dd

%0
%5
%0
%13

Triadic Colors of #dcd1dd

#dcd1dd #dddcd1 #d1dddc

Analogous Colors of #dcd1dd

#dcd1dd #ddd1d8 #d6d1dd

Monochromatic Colors of #dcd1dd

#dcd1dd

Complementary Color

#dcd1dd #d2ddd1

#dcd1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd1dd Color CSS Codes

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

#dcd1dd Text Font Color

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

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


#dcd1dd Background Color

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

This div background color is #dcd1dd


#dcd1dd Border Color

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

This div border color is #dcd1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd1dd


Comments

No comments written yet.

Please login to write comment.