Color Hex Logo

#dfd7ed Color Hex

#DFD7ED
(223,215,237)
0 Favorites   0 Comments

Color spaces of #dfd7ed

RGB 223215237
HSL0.730.380.89
HSV262°93°
CMYK 0.060.090.00   0.07
XYZ70.017970.403390.0196
Yxy70.40330.30380.3055
Hunter Lab83.90672.1168-4.8748
CIE-Lab87.19436.7689-9.7895

#dfd7ed color RGB value is (223,215,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 11101101
Octal 337 327 355
Decimal 223 215 237
Hex DF D7 ED

RGB Percentages of Color #dfd7ed

%33.04
%31.85
%35.11

CMYK Percentages of Color #dfd7ed

%6
%9
%0
%7

Triadic Colors of #dfd7ed

#dfd7ed #eddfd7 #d7eddf

Analogous Colors of #dfd7ed

#dfd7ed #ead7ed #d7daed

Monochromatic Colors of #dfd7ed

#dfd7ed

Complementary Color

#dfd7ed #e5edd7

#dfd7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd7ed Color CSS Codes

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

#dfd7ed Text Font Color

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

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


#dfd7ed Background Color

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

This div background color is #dfd7ed


#dfd7ed Border Color

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

This div border color is #dfd7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd7ed


Comments

No comments written yet.

Please login to write comment.