Color Hex Logo

#ddd0dd Color Hex

#DDD0DD
(221,208,221)
0 Favorites   0 Comments

Color spaces of #ddd0dd

RGB 221208221
HSL0.830.160.84
HSV300°87°
CMYK 0.000.060.00   0.13
XYZ65.425865.704477.6405
Yxy65.70440.31340.3147
Hunter Lab81.05832.2235-0.0493
CIE-Lab84.84546.7973-4.8073

#ddd0dd color RGB value is (221,208,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 11011101
Octal 335 320 335
Decimal 221 208 221
Hex DD D0 DD

RGB Percentages of Color #ddd0dd

%34.00
%32.00
%34.00

CMYK Percentages of Color #ddd0dd

%0
%6
%0
%13

Triadic Colors of #ddd0dd

#ddd0dd #ddddd0 #d0dddd

Analogous Colors of #ddd0dd

#ddd0dd #ddd0d7 #d7d0dd

Monochromatic Colors of #ddd0dd

#ddd0dd

Complementary Color

#ddd0dd #d0ddd0

#ddd0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd0dd Color CSS Codes

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

#ddd0dd Text Font Color

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

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


#ddd0dd Background Color

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

This div background color is #ddd0dd


#ddd0dd Border Color

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

This div border color is #ddd0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd0dd


Comments

No comments written yet.

Please login to write comment.