Color Hex Logo

#ddd5de Color Hex

#DDD5DE
(221,213,222)
1 Favorites   0 Comments

Color spaces of #ddd5de

RGB 221213222
HSL0.810.120.85
HSV293°87°
CMYK 0.000.040.00   0.13
XYZ66.797968.234678.7572
Yxy68.23460.31240.3192
Hunter Lab82.6042-0.21341.2942
CIE-Lab86.12364.3526-3.4560

#ddd5de color RGB value is (221,213,222).

#ddd5de hex color red value is 221, green value is 213 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ddd5de hue: 0.81 , saturation: 0.12 and the lightness value of ddd5de is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 11011110
Octal 335 325 336
Decimal 221 213 222
Hex DD D5 DE

RGB Percentages of Color #ddd5de

%33.69
%32.47
%33.84

CMYK Percentages of Color #ddd5de

%0
%4
%0
%13

Triadic Colors of #ddd5de

#ddd5de #deddd5 #d5dedd

Analogous Colors of #ddd5de

#ddd5de #ded5db #d9d5de

Monochromatic Colors of #ddd5de

#ddd5de

Complementary Color

#ddd5de #d6ded5

#ddd5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd5de Color CSS Codes

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

#ddd5de Text Font Color

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

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


#ddd5de Background Color

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

This div background color is #ddd5de


#ddd5de Border Color

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

This div border color is #ddd5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd5de


Comments

No comments written yet.

Please login to write comment.