Color Hex Logo

#dfe5dd Color Hex

#DFE5DD
(223,229,221)
0 Favorites   0 Comments

Color spaces of #dfe5dd

RGB 223229221
HSL0.290.130.88
HSV105°90°
CMYK 0.030.000.03   0.10
XYZ71.501976.947179.4903
Yxy76.94710.31370.3376
Hunter Lab87.7195-8.01027.6758
CIE-Lab90.2973-3.43803.1846

#dfe5dd color RGB value is (223,229,221).

#dfe5dd hex color red value is 223, green value is 229 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dfe5dd hue: 0.29 , saturation: 0.13 and the lightness value of dfe5dd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 11011101
Octal 337 345 335
Decimal 223 229 221
Hex DF E5 DD

RGB Percentages of Color #dfe5dd

%33.14
%34.03
%32.84

CMYK Percentages of Color #dfe5dd

%3
%0
%3
%10

Triadic Colors of #dfe5dd

#dfe5dd #dddfe5 #e5dddf

Analogous Colors of #dfe5dd

#dfe5dd #dde5df #e3e5dd

Monochromatic Colors of #dfe5dd

#dfe5dd

Complementary Color

#dfe5dd #e3dde5

#dfe5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe5dd Color CSS Codes

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

#dfe5dd Text Font Color

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

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


#dfe5dd Background Color

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

This div background color is #dfe5dd


#dfe5dd Border Color

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

This div border color is #dfe5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe5dd


Comments

No comments written yet.

Please login to write comment.