Color Hex Logo

#dfe8de Color Hex

#DFE8DE
(223,232,222)
0 Favorites   0 Comments

Color spaces of #dfe8de

RGB 223232222
HSL0.320.180.89
HSV114°91°
CMYK 0.040.000.04   0.09
XYZ72.472978.675180.4733
Yxy78.67510.31290.3397
Hunter Lab88.6990-9.37708.2977
CIE-Lab91.0871-4.79313.8070

#dfe8de color RGB value is (223,232,222).

#dfe8de hex color red value is 223, green value is 232 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dfe8de hue: 0.32 , saturation: 0.18 and the lightness value of dfe8de is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101000 11011110
Octal 337 350 336
Decimal 223 232 222
Hex DF E8 DE

RGB Percentages of Color #dfe8de

%32.94
%34.27
%32.79

CMYK Percentages of Color #dfe8de

%4
%0
%4
%9

Triadic Colors of #dfe8de

#dfe8de #dedfe8 #e8dedf

Analogous Colors of #dfe8de

#dfe8de #dee8e2 #e4e8de

Monochromatic Colors of #dfe8de

#dfe8de

Complementary Color

#dfe8de #e7dee8

#dfe8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe8de Color CSS Codes

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

#dfe8de Text Font Color

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

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


#dfe8de Background Color

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

This div background color is #dfe8de


#dfe8de Border Color

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

This div border color is #dfe8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe8de


Comments

No comments written yet.

Please login to write comment.