Color Hex Logo

#ddd0dc Color Hex

#DDD0DC
(221,208,220)
0 Favorites   0 Comments

Color spaces of #ddd0dc

RGB 221208220
HSL0.850.160.84
HSV305°87°
CMYK 0.000.060.00   0.13
XYZ65.292965.651276.9408
Yxy65.65120.31410.3158
Hunter Lab81.02542.04660.4167
CIE-Lab84.81826.6155-4.3159

#ddd0dc color RGB value is (221,208,220).

#ddd0dc hex color red value is 221, green value is 208 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ddd0dc hue: 0.85 , saturation: 0.16 and the lightness value of ddd0dc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 11011100
Octal 335 320 334
Decimal 221 208 220
Hex DD D0 DC

RGB Percentages of Color #ddd0dc

%34.05
%32.05
%33.90

CMYK Percentages of Color #ddd0dc

%0
%6
%0
%13

Triadic Colors of #ddd0dc

#ddd0dc #dcddd0 #d0dcdd

Analogous Colors of #ddd0dc

#ddd0dc #ddd0d6 #d8d0dd

Monochromatic Colors of #ddd0dc

#ddd0dc

Complementary Color

#ddd0dc #d0ddd1

#ddd0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd0dc Color CSS Codes

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

#ddd0dc Text Font Color

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

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


#ddd0dc Background Color

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

This div background color is #ddd0dc


#ddd0dc Border Color

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

This div border color is #ddd0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd0dc


Comments

No comments written yet.

Please login to write comment.