Color Hex Logo

#dfe6dd Color Hex

#DFE6DD
(223,230,221)
0 Favorites   0 Comments

Color spaces of #dfe6dd

RGB 223230221
HSL0.300.150.88
HSV107°90°
CMYK 0.030.000.04   0.10
XYZ71.779477.502179.5828
Yxy77.50210.31360.3386
Hunter Lab88.0353-8.52218.0273
CIE-Lab90.5522-3.94943.5543

#dfe6dd color RGB value is (223,230,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 11011101
Octal 337 346 335
Decimal 223 230 221
Hex DF E6 DD

RGB Percentages of Color #dfe6dd

%33.09
%34.12
%32.79

CMYK Percentages of Color #dfe6dd

%3
%0
%4
%10

Triadic Colors of #dfe6dd

#dfe6dd #dddfe6 #e6dddf

Analogous Colors of #dfe6dd

#dfe6dd #dde6e0 #e4e6dd

Monochromatic Colors of #dfe6dd

#dfe6dd

Complementary Color

#dfe6dd #e4dde6

#dfe6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe6dd Color CSS Codes

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

#dfe6dd Text Font Color

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

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


#dfe6dd Background Color

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

This div background color is #dfe6dd


#dfe6dd Border Color

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

This div border color is #dfe6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe6dd

#dfe6dd Color Palettes


Comments

No comments written yet.

Please login to write comment.