Color Hex Logo

#dfc9cd Color Hex

#DFC9CD
(223,201,205)
0 Favorites   0 Comments

Color spaces of #dfc9cd

RGB 223201205
HSL0.970.260.83
HSV349°10°87°
CMYK 0.000.100.08   0.13
XYZ62.337561.869066.4140
Yxy61.86900.32700.3246
Hunter Lab78.65683.81624.9982
CIE-Lab82.84378.36670.8056

#dfc9cd color RGB value is (223,201,205).

#dfc9cd hex color red value is 223, green value is 201 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dfc9cd hue: 0.97 , saturation: 0.26 and the lightness value of dfc9cd is 0.83.

The process color (four color CMYK) of #dfc9cd color hex is 0.00, 0.10, 0.08, 0.13. Web safe color of #dfc9cd is #cccccc. Color #dfc9cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 11001101
Octal 337 311 315
Decimal 223 201 205
Hex DF C9 CD

RGB Percentages of Color #dfc9cd

%35.45
%31.96
%32.59

CMYK Percentages of Color #dfc9cd

%0
%10
%8
%13

Triadic Colors of #dfc9cd

#dfc9cd #cddfc9 #c9cddf

Analogous Colors of #dfc9cd

#dfc9cd #dfd0c9 #dfc9d8

Monochromatic Colors of #dfc9cd

#dfc9cd

Complementary Color

#dfc9cd #c9dfdb

#dfc9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc9cd Color CSS Codes

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

#dfc9cd Text Font Color

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

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


#dfc9cd Background Color

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

This div background color is #dfc9cd


#dfc9cd Border Color

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

This div border color is #dfc9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc9cd


Comments

No comments written yet.

Please login to write comment.