Color Hex Logo

#dfe7dd Color Hex

#DFE7DD
(223,231,221)
0 Favorites   0 Comments

Color spaces of #dfe7dd

RGB 223231221
HSL0.300.170.89
HSV108°91°
CMYK 0.030.000.04   0.09
XYZ72.058578.060379.6759
Yxy78.06030.31360.3397
Hunter Lab88.3517-9.03338.3783
CIE-Lab90.8074-4.46003.9241

#dfe7dd color RGB value is (223,231,221).

#dfe7dd hex color red value is 223, green value is 231 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dfe7dd hue: 0.30 , saturation: 0.17 and the lightness value of dfe7dd is 0.89.

The process color (four color CMYK) of #dfe7dd color hex is 0.03, 0.00, 0.04, 0.09. Web safe color of #dfe7dd is #ccffcc. Color #dfe7dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100111 11011101
Octal 337 347 335
Decimal 223 231 221
Hex DF E7 DD

RGB Percentages of Color #dfe7dd

%33.04
%34.22
%32.74

CMYK Percentages of Color #dfe7dd

%3
%0
%4
%9

Triadic Colors of #dfe7dd

#dfe7dd #dddfe7 #e7dddf

Analogous Colors of #dfe7dd

#dfe7dd #dde7e0 #e4e7dd

Monochromatic Colors of #dfe7dd

#dfe7dd

Complementary Color

#dfe7dd #e5dde7

#dfe7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe7dd Color CSS Codes

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

#dfe7dd Text Font Color

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

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


#dfe7dd Background Color

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

This div background color is #dfe7dd


#dfe7dd Border Color

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

This div border color is #dfe7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe7dd


Comments

No comments written yet.

Please login to write comment.