Color Hex Logo

#dfd4ee Color Hex

#DFD4EE
(223,212,238)
0 Favorites   0 Comments

Color spaces of #dfd4ee

RGB 223212238
HSL0.740.430.88
HSV265°11°93°
CMYK 0.060.110.00   0.07
XYZ69.407568.948090.5390
Yxy68.94800.30320.3012
Hunter Lab83.03493.8940-6.5237
CIE-Lab86.47838.5390-11.3843

#dfd4ee color RGB value is (223,212,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 11101110
Octal 337 324 356
Decimal 223 212 238
Hex DF D4 EE

RGB Percentages of Color #dfd4ee

%33.14
%31.50
%35.36

CMYK Percentages of Color #dfd4ee

%6
%11
%0
%7

Triadic Colors of #dfd4ee

#dfd4ee #eedfd4 #d4eedf

Analogous Colors of #dfd4ee

#dfd4ee #ecd4ee #d4d6ee

Monochromatic Colors of #dfd4ee

#dfd4ee

Complementary Color

#dfd4ee #e3eed4

#dfd4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd4ee Color CSS Codes

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

#dfd4ee Text Font Color

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

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


#dfd4ee Background Color

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

This div background color is #dfd4ee


#dfd4ee Border Color

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

This div border color is #dfd4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd4ee

#dfd4ee Color Palettes


Comments

No comments written yet.

Please login to write comment.