Color Hex Logo

#dde1dd Color Hex

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

Color spaces of #dde1dd

RGB 221225221
HSL0.330.060.87
HSV120°88°
CMYK 0.020.000.02   0.12
XYZ69.795274.443079.0970
Yxy74.44300.31250.3333
Hunter Lab86.2804-6.59576.0425
CIE-Lab89.1314-2.06011.4720

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

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

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

Base Numbers

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

RGB Percentages of Color #dde1dd

%33.13
%33.73
%33.13

CMYK Percentages of Color #dde1dd

%2
%0
%2
%12

Triadic Colors of #dde1dd

#dde1dd #dddde1 #e1dddd

Analogous Colors of #dde1dd

#dde1dd #dde1df #dfe1dd

Monochromatic Colors of #dde1dd

#dde1dd

Complementary Color

#dde1dd #e1dde1

#dde1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde1dd Color CSS Codes

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

#dde1dd Text Font Color

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

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


#dde1dd Background Color

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

This div background color is #dde1dd


#dde1dd Border Color

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

This div border color is #dde1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde1dd

#dde1dd Color Palettes


Comments

No comments written yet.

Please login to write comment.