Color Hex Logo

#ddd9dc Color Hex

#DDD9DC
(221,217,220)
0 Favorites   0 Comments

Color spaces of #ddd9dc

RGB 221217220
HSL0.880.060.86
HSV315°87°
CMYK 0.000.020.00   0.13
XYZ67.549970.165277.6931
Yxy70.16520.31360.3257
Hunter Lab83.7647-2.64143.6428
CIE-Lab87.07781.9016-0.9986

#ddd9dc color RGB value is (221,217,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011001 11011100
Octal 335 331 334
Decimal 221 217 220
Hex DD D9 DC

RGB Percentages of Color #ddd9dc

%33.59
%32.98
%33.43

CMYK Percentages of Color #ddd9dc

%0
%2
%0
%13

Triadic Colors of #ddd9dc

#ddd9dc #dcddd9 #d9dcdd

Analogous Colors of #ddd9dc

#ddd9dc #ddd9da #dcd9dd

Monochromatic Colors of #ddd9dc

#ddd9dc

Complementary Color

#ddd9dc #d9ddda

#ddd9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd9dc Color CSS Codes

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

#ddd9dc Text Font Color

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

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


#ddd9dc Background Color

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

This div background color is #ddd9dc


#ddd9dc Border Color

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

This div border color is #ddd9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd9dc


Comments

No comments written yet.

Please login to write comment.