Color Hex Logo

#dfe6dc Color Hex

#DFE6DC
(223,230,220)
0 Favorites   0 Comments

Color spaces of #dfe6dc

RGB 223230220
HSL0.280.170.88
HSV102°90°
CMYK 0.030.000.04   0.10
XYZ71.646577.448978.8831
Yxy77.44890.31430.3397
Hunter Lab88.0051-8.68888.4591
CIE-Lab90.5278-4.12544.0418

#dfe6dc color RGB value is (223,230,220).

#dfe6dc hex color red value is 223, green value is 230 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dfe6dc hue: 0.28 , saturation: 0.17 and the lightness value of dfe6dc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 11011100
Octal 337 346 334
Decimal 223 230 220
Hex DF E6 DC

RGB Percentages of Color #dfe6dc

%33.14
%34.18
%32.69

CMYK Percentages of Color #dfe6dc

%3
%0
%4
%10

Triadic Colors of #dfe6dc

#dfe6dc #dcdfe6 #e6dcdf

Analogous Colors of #dfe6dc

#dfe6dc #dce6de #e4e6dc

Monochromatic Colors of #dfe6dc

#dfe6dc

Complementary Color

#dfe6dc #e3dce6

#dfe6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe6dc Color CSS Codes

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

#dfe6dc Text Font Color

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

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


#dfe6dc Background Color

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

This div background color is #dfe6dc


#dfe6dc Border Color

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

This div border color is #dfe6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe6dc


Comments

No comments written yet.

Please login to write comment.