Color Hex Logo

#dddde1 Color Hex

#DDDDE1
(221,221,225)
0 Favorites   0 Comments

Color spaces of #dddde1

RGB 221221225
HSL0.670.060.87
HSV240°88°
CMYK 0.020.020.00   0.12
XYZ69.265972.521381.5815
Yxy72.52130.31010.3247
Hunter Lab85.1594-3.84302.8127
CIE-Lab88.21890.7300-1.9644

#dddde1 color RGB value is (221,221,225).

#dddde1 hex color red value is 221, green value is 221 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dddde1 hue: 0.67 , saturation: 0.06 and the lightness value of dddde1 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 11100001
Octal 335 335 341
Decimal 221 221 225
Hex DD DD E1

RGB Percentages of Color #dddde1

%33.13
%33.13
%33.73

CMYK Percentages of Color #dddde1

%2
%2
%0
%12

Triadic Colors of #dddde1

#dddde1 #e1dddd #dde1dd

Analogous Colors of #dddde1

#dddde1 #dfdde1 #dddfe1

Monochromatic Colors of #dddde1

#dddde1

Complementary Color

#dddde1 #e1e1dd

#dddde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddde1 Color CSS Codes

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

#dddde1 Text Font Color

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

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


#dddde1 Background Color

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

This div background color is #dddde1


#dddde1 Border Color

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

This div border color is #dddde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddde1


Comments

No comments written yet.

Please login to write comment.