Color Hex Logo

#dfddc6 Color Hex

#DFDDC6
(223,221,198)
0 Favorites   0 Comments

Color spaces of #dfddc6

RGB 223221198
HSL0.150.280.83
HSV55°11°87°
CMYK 0.000.010.11   0.13
XYZ66.480971.478163.7188
Yxy71.47810.32960.3544
Hunter Lab84.5447-7.591614.4962
CIE-Lab87.7168-3.218711.5336

#dfddc6 color RGB value is (223,221,198).

#dfddc6 hex color red value is 223, green value is 221 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #dfddc6 hue: 0.15 , saturation: 0.28 and the lightness value of dfddc6 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 11000110
Octal 337 335 306
Decimal 223 221 198
Hex DF DD C6

RGB Percentages of Color #dfddc6

%34.74
%34.42
%30.84

CMYK Percentages of Color #dfddc6

%0
%1
%11
%13

Triadic Colors of #dfddc6

#dfddc6 #c6dfdd #ddc6df

Analogous Colors of #dfddc6

#dfddc6 #d5dfc6 #dfd1c6

Monochromatic Colors of #dfddc6

#dfddc6

Complementary Color

#dfddc6 #c6c8df

#dfddc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddc6 Color CSS Codes

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

#dfddc6 Text Font Color

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

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


#dfddc6 Background Color

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

This div background color is #dfddc6


#dfddc6 Border Color

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

This div border color is #dfddc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddc6

#dfddc6 Color Palettes


Comments

No comments written yet.

Please login to write comment.