Color Hex Logo

#dcdadd Color Hex

#DCDADD
(220,218,221)
0 Favorites   0 Comments

Color spaces of #dcdadd

RGB 220218221
HSL0.780.040.86
HSV280°87°
CMYK 0.000.010.00   0.13
XYZ67.637770.578978.4648
Yxy70.57890.31220.3257
Hunter Lab84.0112-3.30883.4322
CIE-Lab87.28001.2234-1.2398

#dcdadd color RGB value is (220,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 11011101
Octal 334 332 335
Decimal 220 218 221
Hex DC DA DD

RGB Percentages of Color #dcdadd

%33.38
%33.08
%33.54

CMYK Percentages of Color #dcdadd

%0
%1
%0
%13

Triadic Colors of #dcdadd

#dcdadd #dddcda #dadddc

Analogous Colors of #dcdadd

#dcdadd #dddadd #dbdadd

Monochromatic Colors of #dcdadd

#dcdadd

Complementary Color

#dcdadd #dbddda

#dcdadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdadd Color CSS Codes

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

#dcdadd Text Font Color

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

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


#dcdadd Background Color

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

This div background color is #dcdadd


#dcdadd Border Color

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

This div border color is #dcdadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdadd


Comments

No comments written yet.

Please login to write comment.