Color Hex Logo

#dfd1dd Color Hex

#DFD1DD
(223,209,221)
0 Favorites   0 Comments

Color spaces of #dfd1dd

RGB 223209221
HSL0.860.180.85
HSV309°87°
CMYK 0.000.060.01   0.13
XYZ66.283066.509477.7507
Yxy66.50940.31480.3159
Hunter Lab81.55332.35880.5618
CIE-Lab85.25566.9490-4.1846

#dfd1dd color RGB value is (223,209,221).

#dfd1dd hex color red value is 223, green value is 209 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dfd1dd hue: 0.86 , saturation: 0.18 and the lightness value of dfd1dd is 0.85.

The process color (four color CMYK) of #dfd1dd color hex is 0.00, 0.06, 0.01, 0.13. Web safe color of #dfd1dd is #cccccc. Color #dfd1dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 11011101
Octal 337 321 335
Decimal 223 209 221
Hex DF D1 DD

RGB Percentages of Color #dfd1dd

%34.15
%32.01
%33.84

CMYK Percentages of Color #dfd1dd

%0
%6
%1
%13

Triadic Colors of #dfd1dd

#dfd1dd #dddfd1 #d1dddf

Analogous Colors of #dfd1dd

#dfd1dd #dfd1d6 #dad1df

Monochromatic Colors of #dfd1dd

#dfd1dd

Complementary Color

#dfd1dd #d1dfd3

#dfd1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd1dd Color CSS Codes

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

#dfd1dd Text Font Color

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

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


#dfd1dd Background Color

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

This div background color is #dfd1dd


#dfd1dd Border Color

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

This div border color is #dfd1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd1dd


Comments

No comments written yet.

Please login to write comment.