Color Hex Logo

#dfdccc Color Hex

#DFDCCC
(223,220,204)
0 Favorites   0 Comments

Color spaces of #dfdccc

RGB 223220204
HSL0.140.230.84
HSV51°87°
CMYK 0.000.010.09   0.13
XYZ66.923771.234067.3490
Yxy71.23400.32570.3466
Hunter Lab84.4002-6.161911.7684
CIE-Lab87.5986-1.72608.2114

#dfdccc color RGB value is (223,220,204).

#dfdccc hex color red value is 223, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dfdccc hue: 0.14 , saturation: 0.23 and the lightness value of dfdccc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11001100
Octal 337 334 314
Decimal 223 220 204
Hex DF DC CC

RGB Percentages of Color #dfdccc

%34.47
%34.00
%31.53

CMYK Percentages of Color #dfdccc

%0
%1
%9
%13

Triadic Colors of #dfdccc

#dfdccc #ccdfdc #dcccdf

Analogous Colors of #dfdccc

#dfdccc #d9dfcc #dfd3cc

Monochromatic Colors of #dfdccc

#dfdccc

Complementary Color

#dfdccc #cccfdf

#dfdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdccc Color CSS Codes

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

#dfdccc Text Font Color

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

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


#dfdccc Background Color

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

This div background color is #dfdccc


#dfdccc Border Color

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

This div border color is #dfdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdccc


Comments

No comments written yet.

Please login to write comment.