Color Hex Logo

#ddd7df Color Hex

#DDD7DF
(221,215,223)
0 Favorites   0 Comments

Color spaces of #ddd7df

RGB 221215223
HSL0.790.110.86
HSV285°87°
CMYK 0.010.040.00   0.13
XYZ67.438569.300779.6340
Yxy69.30070.31170.3203
Hunter Lab83.2470-1.07931.5562
CIE-Lab86.65273.4885-3.2076

#ddd7df color RGB value is (221,215,223).

#ddd7df hex color red value is 221, green value is 215 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ddd7df hue: 0.79 , saturation: 0.11 and the lightness value of ddd7df is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 11011111
Octal 335 327 337
Decimal 221 215 223
Hex DD D7 DF

RGB Percentages of Color #ddd7df

%33.54
%32.63
%33.84

CMYK Percentages of Color #ddd7df

%1
%4
%0
%13

Triadic Colors of #ddd7df

#ddd7df #dfddd7 #d7dfdd

Analogous Colors of #ddd7df

#ddd7df #dfd7dd #d9d7df

Monochromatic Colors of #ddd7df

#ddd7df

Complementary Color

#ddd7df #d9dfd7

#ddd7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd7df Color CSS Codes

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

#ddd7df Text Font Color

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

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


#ddd7df Background Color

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

This div background color is #ddd7df


#ddd7df Border Color

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

This div border color is #ddd7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd7df


Comments

No comments written yet.

Please login to write comment.