Color Hex Logo

#dfd6ed Color Hex

#DFD6ED
(223,214,237)
1 Favorites   0 Comments

Color spaces of #dfd6ed

RGB 223214237
HSL0.730.390.88
HSV263°10°93°
CMYK 0.060.100.00   0.07
XYZ69.764169.895589.9350
Yxy69.89550.30390.3044
Hunter Lab83.60352.6456-5.2577
CIE-Lab86.94567.2946-10.1595

#dfd6ed color RGB value is (223,214,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 11101101
Octal 337 326 355
Decimal 223 214 237
Hex DF D6 ED

RGB Percentages of Color #dfd6ed

%33.09
%31.75
%35.16

CMYK Percentages of Color #dfd6ed

%6
%10
%0
%7

Triadic Colors of #dfd6ed

#dfd6ed #eddfd6 #d6eddf

Analogous Colors of #dfd6ed

#dfd6ed #ebd6ed #d6d9ed

Monochromatic Colors of #dfd6ed

#dfd6ed

Complementary Color

#dfd6ed #e4edd6

#dfd6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd6ed Color CSS Codes

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

#dfd6ed Text Font Color

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

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


#dfd6ed Background Color

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

This div background color is #dfd6ed


#dfd6ed Border Color

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

This div border color is #dfd6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd6ed


Comments

No comments written yet.

Please login to write comment.