Color Hex Logo

#ddd3e1 Color Hex

#DDD3E1
(221,211,225)
0 Favorites   0 Comments

Color spaces of #ddd3e1

RGB 221211225
HSL0.790.190.85
HSV283°88°
CMYK 0.020.060.00   0.12
XYZ66.703767.396980.7274
Yxy67.39690.31050.3137
Hunter Lab82.09561.3661-0.8349
CIE-Lab85.70405.9523-5.6643

#ddd3e1 color RGB value is (221,211,225).

#ddd3e1 hex color red value is 221, green value is 211 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ddd3e1 hue: 0.79 , saturation: 0.19 and the lightness value of ddd3e1 is 0.85.

The process color (four color CMYK) of #ddd3e1 color hex is 0.02, 0.06, 0.00, 0.12. Web safe color of #ddd3e1 is #cccccc. Color #ddd3e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 11100001
Octal 335 323 341
Decimal 221 211 225
Hex DD D3 E1

RGB Percentages of Color #ddd3e1

%33.64
%32.12
%34.25

CMYK Percentages of Color #ddd3e1

%2
%6
%0
%12

Triadic Colors of #ddd3e1

#ddd3e1 #e1ddd3 #d3e1dd

Analogous Colors of #ddd3e1

#ddd3e1 #e1d3de #d6d3e1

Monochromatic Colors of #ddd3e1

#ddd3e1

Complementary Color

#ddd3e1 #d7e1d3

#ddd3e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd3e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd3e1 Color CSS Codes

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

#ddd3e1 Text Font Color

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

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


#ddd3e1 Background Color

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

This div background color is #ddd3e1


#ddd3e1 Border Color

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

This div border color is #ddd3e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd3e1


Comments

No comments written yet.

Please login to write comment.