Color Hex Logo

#dccebd Color Hex

#DCCEBD
(220,206,189)
0 Favorites   0 Comments

Color spaces of #dccebd

RGB 220206189
HSL0.090.310.80
HSV33°14°86°
CMYK 0.000.060.14   0.14
XYZ60.771863.032457.1076
Yxy63.03240.33590.3484
Hunter Lab79.3929-2.303812.9276
CIE-Lab83.45942.044910.1916

#dccebd color RGB value is (220,206,189).

#dccebd hex color red value is 220, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dccebd hue: 0.09 , saturation: 0.31 and the lightness value of dccebd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 10111101
Octal 334 316 275
Decimal 220 206 189
Hex DC CE BD

RGB Percentages of Color #dccebd

%35.77
%33.50
%30.73

CMYK Percentages of Color #dccebd

%0
%6
%14
%14

Triadic Colors of #dccebd

#dccebd #bddcce #cebddc

Analogous Colors of #dccebd

#dccebd #dbdcbd #dcbfbd

Monochromatic Colors of #dccebd

#dccebd

Complementary Color

#dccebd #bdcbdc

#dccebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccebd Color CSS Codes

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

#dccebd Text Font Color

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

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


#dccebd Background Color

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

This div background color is #dccebd


#dccebd Border Color

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

This div border color is #dccebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccebd


Comments

No comments written yet.

Please login to write comment.