Color Hex Logo

#dccdd3 Color Hex

#DCCDD3
(220,205,211)
0 Favorites   0 Comments

Color spaces of #dccdd3

RGB 220205211
HSL0.930.180.83
HSV336°86°
CMYK 0.000.070.04   0.14
XYZ63.104463.581470.5745
Yxy63.58140.31990.3223
Hunter Lab79.73791.72303.3401
CIE-Lab83.74736.2459-1.1067

#dccdd3 color RGB value is (220,205,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 11010011
Octal 334 315 323
Decimal 220 205 211
Hex DC CD D3

RGB Percentages of Color #dccdd3

%34.59
%32.23
%33.18

CMYK Percentages of Color #dccdd3

%0
%7
%4
%14

Triadic Colors of #dccdd3

#dccdd3 #d3dccd #cdd3dc

Analogous Colors of #dccdd3

#dccdd3 #dccfcd #dccddb

Monochromatic Colors of #dccdd3

#dccdd3

Complementary Color

#dccdd3 #cddcd6

#dccdd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccdd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccdd3 Color CSS Codes

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

#dccdd3 Text Font Color

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

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


#dccdd3 Background Color

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

This div background color is #dccdd3


#dccdd3 Border Color

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

This div border color is #dccdd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccdd3


Comments

No comments written yet.

Please login to write comment.