Color Hex Logo

#dcddcb Color Hex

#DCDDCB
(220,221,203)
0 Favorites   0 Comments

Color spaces of #dcddcb

RGB 220221203
HSL0.180.210.83
HSV63°87°
CMYK 0.000.000.08   0.13
XYZ66.151171.240366.7641
Yxy71.24030.32400.3490
Hunter Lab84.4040-7.808712.1840
CIE-Lab87.6016-3.45768.7114

#dcddcb color RGB value is (220,221,203).

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

The process color (four color CMYK) of #dcddcb color hex is 0.00, 0.00, 0.08, 0.13. Web safe color of #dcddcb is #cccccc. Color #dcddcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 11001011
Octal 334 335 313
Decimal 220 221 203
Hex DC DD CB

RGB Percentages of Color #dcddcb

%34.16
%34.32
%31.52

CMYK Percentages of Color #dcddcb

%0
%0
%8
%13

Triadic Colors of #dcddcb

#dcddcb #cbdcdd #ddcbdc

Analogous Colors of #dcddcb

#dcddcb #d3ddcb #ddd5cb

Monochromatic Colors of #dcddcb

#dcddcb

Complementary Color

#dcddcb #cccbdd

#dcddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddcb Color CSS Codes

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

#dcddcb Text Font Color

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

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


#dcddcb Background Color

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

This div background color is #dcddcb


#dcddcb Border Color

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

This div border color is #dcddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddcb


Comments

No comments written yet.

Please login to write comment.