Color Hex Logo

#dfdae1 Color Hex

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

Color spaces of #dfdae1

RGB 223218225
HSL0.790.100.87
HSV283°88°
CMYK 0.010.030.00   0.12
XYZ69.093471.267081.3485
Yxy71.26700.31160.3214
Hunter Lab84.4198-1.64121.9609
CIE-Lab87.61462.9611-2.8332

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

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

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

Base Numbers

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

RGB Percentages of Color #dfdae1

%33.48
%32.73
%33.78

CMYK Percentages of Color #dfdae1

%1
%3
%0
%12

Triadic Colors of #dfdae1

#dfdae1 #e1dfda #dae1df

Analogous Colors of #dfdae1

#dfdae1 #e1dae0 #dcdae1

Monochromatic Colors of #dfdae1

#dfdae1

Complementary Color

#dfdae1 #dce1da

#dfdae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdae1 Color CSS Codes

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

#dfdae1 Text Font Color

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

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


#dfdae1 Background Color

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

This div background color is #dfdae1


#dfdae1 Border Color

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

This div border color is #dfdae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdae1

#dfdae1 Color Palettes


Comments

No comments written yet.

Please login to write comment.