Color Hex Logo

#dfdee7 Color Hex

#DFDEE7
(223,222,231)
0 Favorites   0 Comments

Color spaces of #dfdee7

RGB 223222231
HSL0.690.160.89
HSV247°91°
CMYK 0.030.040.00   0.09
XYZ70.976573.700086.0860
Yxy73.70000.30760.3194
Hunter Lab85.8487-2.65810.6402
CIE-Lab88.78051.9832-4.2797

#dfdee7 color RGB value is (223,222,231).

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

The process color (four color CMYK) of #dfdee7 color hex is 0.03, 0.04, 0.00, 0.09. Web safe color of #dfdee7 is #ccccff. Color #dfdee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 11100111
Octal 337 336 347
Decimal 223 222 231
Hex DF DE E7

RGB Percentages of Color #dfdee7

%32.99
%32.84
%34.17

CMYK Percentages of Color #dfdee7

%3
%4
%0
%9

Triadic Colors of #dfdee7

#dfdee7 #e7dfde #dee7df

Analogous Colors of #dfdee7

#dfdee7 #e4dee7 #dee2e7

Monochromatic Colors of #dfdee7

#dfdee7

Complementary Color

#dfdee7 #e6e7de

#dfdee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdee7 Color CSS Codes

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

#dfdee7 Text Font Color

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

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


#dfdee7 Background Color

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

This div background color is #dfdee7


#dfdee7 Border Color

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

This div border color is #dfdee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdee7


Comments

No comments written yet.

Please login to write comment.