Color Hex Logo

#dddcdd Color Hex

#DDDCDD
(221,220,221)
0 Favorites   0 Comments

Color spaces of #dddcdd

RGB 221220221
HSL0.830.010.86
HSV300°87°
CMYK 0.000.000.00   0.13
XYZ68.463171.779078.6530
Yxy71.77900.31280.3279
Hunter Lab84.7225-4.02094.2633
CIE-Lab87.86210.5228-0.3794

#dddcdd color RGB value is (221,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 11011101
Octal 335 334 335
Decimal 221 220 221
Hex DD DC DD

RGB Percentages of Color #dddcdd

%33.38
%33.23
%33.38

CMYK Percentages of Color #dddcdd

%0
%0
%0
%13

Triadic Colors of #dddcdd

#dddcdd #dddddc #dcdddd

Monochromatic Colors of #dddcdd

#dddcdd

Complementary Color

#dddcdd #dcdddc

#dddcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcdd Color CSS Codes

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

#dddcdd Text Font Color

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

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


#dddcdd Background Color

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

This div background color is #dddcdd


#dddcdd Border Color

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

This div border color is #dddcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,220,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 #dddcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcdd


Comments

No comments written yet.

Please login to write comment.