Color Hex Logo

#dfe7df Color Hex

#DFE7DF
(223,231,223)
0 Favorites   0 Comments

Color spaces of #dfe7df

RGB 223231223
HSL0.330.140.89
HSV120°91°
CMYK 0.030.000.03   0.09
XYZ72.326678.167581.0879
Yxy78.16750.31230.3375
Hunter Lab88.4124-8.69807.5105
CIE-Lab90.8563-4.10592.9499

#dfe7df color RGB value is (223,231,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100111 11011111
Octal 337 347 337
Decimal 223 231 223
Hex DF E7 DF

RGB Percentages of Color #dfe7df

%32.94
%34.12
%32.94

CMYK Percentages of Color #dfe7df

%3
%0
%3
%9

Triadic Colors of #dfe7df

#dfe7df #dfdfe7 #e7dfdf

Analogous Colors of #dfe7df

#dfe7df #dfe7e3 #e3e7df

Monochromatic Colors of #dfe7df

#dfe7df

Complementary Color

#dfe7df #e7dfe7

#dfe7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe7df Color CSS Codes

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

#dfe7df Text Font Color

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

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


#dfe7df Background Color

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

This div background color is #dfe7df


#dfe7df Border Color

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

This div border color is #dfe7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe7df


Comments

No comments written yet.

Please login to write comment.