Color Hex Logo

#dfdee0 Color Hex

#DFDEE0
(223,222,224)
0 Favorites   0 Comments

Color spaces of #dfdee0

RGB 223222224
HSL0.750.030.87
HSV270°88°
CMYK 0.000.010.00   0.12
XYZ70.007273.312380.9819
Yxy73.31230.31210.3268
Hunter Lab85.6226-3.89343.8593
CIE-Lab88.59640.7021-0.8673

#dfdee0 color RGB value is (223,222,224).

#dfdee0 hex color red value is 223, green value is 222 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dfdee0 hue: 0.75 , saturation: 0.03 and the lightness value of dfdee0 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 11100000
Octal 337 336 340
Decimal 223 222 224
Hex DF DE E0

RGB Percentages of Color #dfdee0

%33.33
%33.18
%33.48

CMYK Percentages of Color #dfdee0

%0
%1
%0
%12

Triadic Colors of #dfdee0

#dfdee0 #e0dfde #dee0df

Analogous Colors of #dfdee0

#dfdee0 #e0dee0 #dedee0

Monochromatic Colors of #dfdee0

#dfdee0

Complementary Color

#dfdee0 #dfe0de

#dfdee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdee0 Color CSS Codes

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

#dfdee0 Text Font Color

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

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


#dfdee0 Background Color

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

This div background color is #dfdee0


#dfdee0 Border Color

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

This div border color is #dfdee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdee0


Comments

No comments written yet.

Please login to write comment.