Color Hex Logo

#dccdd7 Color Hex

#DCCDD7
(220,205,215)
1 Favorites   0 Comments

Color spaces of #dccdd7

RGB 220205215
HSL0.890.180.83
HSV320°86°
CMYK 0.000.070.02   0.14
XYZ63.612363.784673.2489
Yxy63.78460.31700.3179
Hunter Lab79.86532.41021.5275
CIE-Lab83.85356.9555-3.0830

#dccdd7 color RGB value is (220,205,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 11010111
Octal 334 315 327
Decimal 220 205 215
Hex DC CD D7

RGB Percentages of Color #dccdd7

%34.38
%32.03
%33.59

CMYK Percentages of Color #dccdd7

%0
%7
%2
%14

Triadic Colors of #dccdd7

#dccdd7 #d7dccd #cdd7dc

Analogous Colors of #dccdd7

#dccdd7 #dccdd0 #dacddc

Monochromatic Colors of #dccdd7

#dccdd7

Complementary Color

#dccdd7 #cddcd2

#dccdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccdd7 Color CSS Codes

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

#dccdd7 Text Font Color

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

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


#dccdd7 Background Color

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

This div background color is #dccdd7


#dccdd7 Border Color

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

This div border color is #dccdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccdd7


Comments

No comments written yet.

Please login to write comment.