Color Hex Logo

#dfd9ed Color Hex

#DFD9ED
(223,217,237)
0 Favorites   0 Comments

Color spaces of #dfd9ed

RGB 223217237
HSL0.720.360.89
HSV258°93°
CMYK 0.060.080.00   0.07
XYZ70.530371.428190.1904
Yxy71.42810.30380.3077
Hunter Lab84.51511.0618-4.1108
CIE-Lab87.69265.7200-9.0490

#dfd9ed color RGB value is (223,217,237).

#dfd9ed hex color red value is 223, green value is 217 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dfd9ed hue: 0.72 , saturation: 0.36 and the lightness value of dfd9ed is 0.89.

The process color (four color CMYK) of #dfd9ed color hex is 0.06, 0.08, 0.00, 0.07. Web safe color of #dfd9ed is #ccccff. Color #dfd9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 11101101
Octal 337 331 355
Decimal 223 217 237
Hex DF D9 ED

RGB Percentages of Color #dfd9ed

%32.94
%32.05
%35.01

CMYK Percentages of Color #dfd9ed

%6
%8
%0
%7

Triadic Colors of #dfd9ed

#dfd9ed #eddfd9 #d9eddf

Analogous Colors of #dfd9ed

#dfd9ed #e9d9ed #d9dded

Monochromatic Colors of #dfd9ed

#dfd9ed

Complementary Color

#dfd9ed #e7edd9

#dfd9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd9ed Color CSS Codes

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

#dfd9ed Text Font Color

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

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


#dfd9ed Background Color

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

This div background color is #dfd9ed


#dfd9ed Border Color

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

This div border color is #dfd9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd9ed


Comments

No comments written yet.

Please login to write comment.