Color Hex Logo

#dfe1da Color Hex

#DFE1DA
(223,225,218)
0 Favorites   0 Comments

Color spaces of #dfe1da

RGB 223225218
HSL0.210.100.87
HSV77°88°
CMYK 0.010.000.03   0.12
XYZ70.011574.600477.0390
Yxy74.60040.31590.3366
Hunter Lab86.3715-6.46077.5764
CIE-Lab89.2055-1.91383.1727

#dfe1da color RGB value is (223,225,218).

#dfe1da hex color red value is 223, green value is 225 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dfe1da hue: 0.21 , saturation: 0.10 and the lightness value of dfe1da is 0.87.

The process color (four color CMYK) of #dfe1da color hex is 0.01, 0.00, 0.03, 0.12. Web safe color of #dfe1da is #cccccc. Color #dfe1da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 11011010
Octal 337 341 332
Decimal 223 225 218
Hex DF E1 DA

RGB Percentages of Color #dfe1da

%33.48
%33.78
%32.73

CMYK Percentages of Color #dfe1da

%1
%0
%3
%12

Triadic Colors of #dfe1da

#dfe1da #dadfe1 #e1dadf

Analogous Colors of #dfe1da

#dfe1da #dce1da #e1e0da

Monochromatic Colors of #dfe1da

#dfe1da

Complementary Color

#dfe1da #dcdae1

#dfe1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe1da Color CSS Codes

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

#dfe1da Text Font Color

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

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


#dfe1da Background Color

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

This div background color is #dfe1da


#dfe1da Border Color

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

This div border color is #dfe1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe1da


Comments

No comments written yet.

Please login to write comment.