Color Hex Logo

#dfd4ed Color Hex

#DFD4ED
(223,212,237)
0 Favorites   0 Comments

Color spaces of #dfd4ed

RGB 223212237
HSL0.740.410.88
HSV266°11°93°
CMYK 0.060.110.00   0.07
XYZ69.261068.889489.7673
Yxy68.88940.30390.3023
Hunter Lab82.99963.7042-6.0247
CIE-Lab86.44938.3472-10.8985

#dfd4ed color RGB value is (223,212,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 11101101
Octal 337 324 355
Decimal 223 212 237
Hex DF D4 ED

RGB Percentages of Color #dfd4ed

%33.18
%31.55
%35.27

CMYK Percentages of Color #dfd4ed

%6
%11
%0
%7

Triadic Colors of #dfd4ed

#dfd4ed #eddfd4 #d4eddf

Analogous Colors of #dfd4ed

#dfd4ed #ecd4ed #d4d6ed

Monochromatic Colors of #dfd4ed

#dfd4ed

Complementary Color

#dfd4ed #e2edd4

#dfd4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd4ed Color CSS Codes

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

#dfd4ed Text Font Color

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

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


#dfd4ed Background Color

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

This div background color is #dfd4ed


#dfd4ed Border Color

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

This div border color is #dfd4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd4ed


Comments

No comments written yet.

Please login to write comment.