Color Hex Logo

#dfccc0 Color Hex

#DFCCC0
(223,204,192)
0 Favorites   0 Comments

Color spaces of #dfccc0

RGB 223204192
HSL0.060.330.81
HSV23°14°87°
CMYK 0.000.090.14   0.13
XYZ61.538762.679558.7241
Yxy62.67950.33640.3426
Hunter Lab79.17040.198911.4413
CIE-Lab83.27354.65088.3633

#dfccc0 color RGB value is (223,204,192).

#dfccc0 hex color red value is 223, green value is 204 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #dfccc0 hue: 0.06 , saturation: 0.33 and the lightness value of dfccc0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11000000
Octal 337 314 300
Decimal 223 204 192
Hex DF CC C0

RGB Percentages of Color #dfccc0

%36.03
%32.96
%31.02

CMYK Percentages of Color #dfccc0

%0
%9
%14
%13

Triadic Colors of #dfccc0

#dfccc0 #c0dfcc #ccc0df

Analogous Colors of #dfccc0

#dfccc0 #dfdcc0 #dfc0c4

Monochromatic Colors of #dfccc0

#dfccc0

Complementary Color

#dfccc0 #c0d3df

#dfccc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccc0 Color CSS Codes

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

#dfccc0 Text Font Color

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

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


#dfccc0 Background Color

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

This div background color is #dfccc0


#dfccc0 Border Color

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

This div border color is #dfccc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccc0


Comments

No comments written yet.

Please login to write comment.