Color Hex Logo

#ddd5df Color Hex

#DDD5DF
(221,213,223)
0 Favorites   0 Comments

Color spaces of #ddd5df

RGB 221213223
HSL0.800.140.85
HSV288°87°
CMYK 0.010.040.00   0.13
XYZ66.932368.288479.4653
Yxy68.28840.31180.3181
Hunter Lab82.6368-0.03700.8312
CIE-Lab86.15054.5349-3.9462

#ddd5df color RGB value is (221,213,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 11011111
Octal 335 325 337
Decimal 221 213 223
Hex DD D5 DF

RGB Percentages of Color #ddd5df

%33.64
%32.42
%33.94

CMYK Percentages of Color #ddd5df

%1
%4
%0
%13

Triadic Colors of #ddd5df

#ddd5df #dfddd5 #d5dfdd

Analogous Colors of #ddd5df

#ddd5df #dfd5dc #d8d5df

Monochromatic Colors of #ddd5df

#ddd5df

Complementary Color

#ddd5df #d7dfd5

#ddd5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd5df Color CSS Codes

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

#ddd5df Text Font Color

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

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


#ddd5df Background Color

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

This div background color is #ddd5df


#ddd5df Border Color

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

This div border color is #ddd5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd5df

#ddd5df Color Palettes


Comments

No comments written yet.

Please login to write comment.