Color Hex Logo

#dcc8d0 Color Hex

#DCC8D0
(220,200,208)
0 Favorites   0 Comments

Color spaces of #dcc8d0

RGB 220200208
HSL0.930.220.82
HSV336°86°
CMYK 0.000.090.05   0.14
XYZ61.554661.078368.2195
Yxy61.07830.32250.3200
Hunter Lab78.15263.82322.9525
CIE-Lab82.42088.3632-1.4468

#dcc8d0 color RGB value is (220,200,208).

#dcc8d0 hex color red value is 220, green value is 200 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #dcc8d0 hue: 0.93 , saturation: 0.22 and the lightness value of dcc8d0 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 11010000
Octal 334 310 320
Decimal 220 200 208
Hex DC C8 D0

RGB Percentages of Color #dcc8d0

%35.03
%31.85
%33.12

CMYK Percentages of Color #dcc8d0

%0
%9
%5
%14

Triadic Colors of #dcc8d0

#dcc8d0 #d0dcc8 #c8d0dc

Analogous Colors of #dcc8d0

#dcc8d0 #dccac8 #dcc8da

Monochromatic Colors of #dcc8d0

#dcc8d0

Complementary Color

#dcc8d0 #c8dcd4

#dcc8d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc8d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc8d0 Color CSS Codes

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

#dcc8d0 Text Font Color

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

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


#dcc8d0 Background Color

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

This div background color is #dcc8d0


#dcc8d0 Border Color

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

This div border color is #dcc8d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc8d0


Comments

No comments written yet.

Please login to write comment.