Color Hex Logo

#dde1da Color Hex

#DDE1DA
(221,225,218)
0 Favorites   0 Comments

Color spaces of #dde1da

RGB 221225218
HSL0.260.100.87
HSV94°88°
CMYK 0.020.000.03   0.12
XYZ69.398974.284577.0103
Yxy74.28450.31450.3366
Hunter Lab86.1885-7.10177.3557
CIE-Lab89.0568-2.59372.9384

#dde1da color RGB value is (221,225,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 11011010
Octal 335 341 332
Decimal 221 225 218
Hex DD E1 DA

RGB Percentages of Color #dde1da

%33.28
%33.89
%32.83

CMYK Percentages of Color #dde1da

%2
%0
%3
%12

Triadic Colors of #dde1da

#dde1da #dadde1 #e1dadd

Analogous Colors of #dde1da

#dde1da #dae1db #e1e1da

Monochromatic Colors of #dde1da

#dde1da

Complementary Color

#dde1da #dedae1

#dde1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde1da Color CSS Codes

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

#dde1da Text Font Color

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

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


#dde1da Background Color

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

This div background color is #dde1da


#dde1da Border Color

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

This div border color is #dde1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde1da


Comments

No comments written yet.

Please login to write comment.