Color Hex Logo

#dfc7cf Color Hex

#DFC7CF
(223,199,207)
0 Favorites   0 Comments

Color spaces of #dfc7cf

RGB 223199207
HSL0.940.270.83
HSV340°11°87°
CMYK 0.000.110.07   0.13
XYZ62.117361.039867.5394
Yxy61.03980.32570.3201
Hunter Lab78.12805.19633.4351
CIE-Lab82.40019.7666-0.9119

#dfc7cf color RGB value is (223,199,207).

#dfc7cf hex color red value is 223, green value is 199 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dfc7cf hue: 0.94 , saturation: 0.27 and the lightness value of dfc7cf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 11001111
Octal 337 307 317
Decimal 223 199 207
Hex DF C7 CF

RGB Percentages of Color #dfc7cf

%35.45
%31.64
%32.91

CMYK Percentages of Color #dfc7cf

%0
%11
%7
%13

Triadic Colors of #dfc7cf

#dfc7cf #cfdfc7 #c7cfdf

Analogous Colors of #dfc7cf

#dfc7cf #dfcbc7 #dfc7db

Monochromatic Colors of #dfc7cf

#dfc7cf

Complementary Color

#dfc7cf #c7dfd7

#dfc7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc7cf Color CSS Codes

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

#dfc7cf Text Font Color

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

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


#dfc7cf Background Color

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

This div background color is #dfc7cf


#dfc7cf Border Color

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

This div border color is #dfc7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc7cf


Comments

No comments written yet.

Please login to write comment.