Color Hex Logo

#dcdedb Color Hex

#DCDEDB
(220,222,219)
0 Favorites   0 Comments

Color spaces of #dcdedb

RGB 220222219
HSL0.280.040.86
HSV100°87°
CMYK 0.010.000.01   0.13
XYZ68.422772.572777.4195
Yxy72.57270.31330.3323
Hunter Lab85.1896-5.71405.7505
CIE-Lab88.2435-1.20941.2212

#dcdedb color RGB value is (220,222,219).

#dcdedb hex color red value is 220, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dcdedb hue: 0.28 , saturation: 0.04 and the lightness value of dcdedb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 11011011
Octal 334 336 333
Decimal 220 222 219
Hex DC DE DB

RGB Percentages of Color #dcdedb

%33.28
%33.59
%33.13

CMYK Percentages of Color #dcdedb

%1
%0
%1
%13

Triadic Colors of #dcdedb

#dcdedb #dbdcde #dedbdc

Analogous Colors of #dcdedb

#dcdedb #dbdedc #dededb

Monochromatic Colors of #dcdedb

#dcdedb

Complementary Color

#dcdedb #dddbde

#dcdedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdedb Color CSS Codes

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

#dcdedb Text Font Color

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

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


#dcdedb Background Color

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

This div background color is #dcdedb


#dcdedb Border Color

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

This div border color is #dcdedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdedb


Comments

No comments written yet.

Please login to write comment.