Color Hex Logo

#dfdbdd Color Hex

#DFDBDD
(223,219,221)
0 Favorites   0 Comments

Color spaces of #dfdbdd

RGB 223219221
HSL0.920.060.87
HSV330°87°
CMYK 0.000.020.01   0.13
XYZ68.814171.571578.5944
Yxy71.57150.31420.3268
Hunter Lab84.5999-2.85694.1388
CIE-Lab87.76191.7193-0.5076

#dfdbdd color RGB value is (223,219,221).

#dfdbdd hex color red value is 223, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dfdbdd hue: 0.92 , saturation: 0.06 and the lightness value of dfdbdd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 11011101
Octal 337 333 335
Decimal 223 219 221
Hex DF DB DD

RGB Percentages of Color #dfdbdd

%33.63
%33.03
%33.33

CMYK Percentages of Color #dfdbdd

%0
%2
%1
%13

Triadic Colors of #dfdbdd

#dfdbdd #dddfdb #dbdddf

Analogous Colors of #dfdbdd

#dfdbdd #dfdbdb #dfdbdf

Monochromatic Colors of #dfdbdd

#dfdbdd

Complementary Color

#dfdbdd #dbdfdd

#dfdbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbdd Color CSS Codes

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

#dfdbdd Text Font Color

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

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


#dfdbdd Background Color

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

This div background color is #dfdbdd


#dfdbdd Border Color

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

This div border color is #dfdbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbdd


Comments

No comments written yet.

Please login to write comment.