Color Hex Logo

#dfdee1 Color Hex

#DFDEE1
(223,222,225)
0 Favorites   0 Comments

Color spaces of #dfdee1

RGB 223222225
HSL0.720.050.88
HSV260°88°
CMYK 0.010.010.00   0.12
XYZ70.143373.366881.6984
Yxy73.36680.31150.3258
Hunter Lab85.6544-3.71973.4065
CIE-Lab88.62240.8829-1.3555

#dfdee1 color RGB value is (223,222,225).

#dfdee1 hex color red value is 223, green value is 222 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dfdee1 hue: 0.72 , saturation: 0.05 and the lightness value of dfdee1 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 11100001
Octal 337 336 341
Decimal 223 222 225
Hex DF DE E1

RGB Percentages of Color #dfdee1

%33.28
%33.13
%33.58

CMYK Percentages of Color #dfdee1

%1
%1
%0
%12

Triadic Colors of #dfdee1

#dfdee1 #e1dfde #dee1df

Analogous Colors of #dfdee1

#dfdee1 #e1dee1 #dedfe1

Monochromatic Colors of #dfdee1

#dfdee1

Complementary Color

#dfdee1 #e0e1de

#dfdee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdee1 Color CSS Codes

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

#dfdee1 Text Font Color

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

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


#dfdee1 Background Color

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

This div background color is #dfdee1


#dfdee1 Border Color

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

This div border color is #dfdee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdee1


Comments

No comments written yet.

Please login to write comment.