Color Hex Logo

#dfb9cf Color Hex

#DFB9CF
(223,185,207)
0 Favorites   0 Comments

Color spaces of #dfb9cf

RGB 223185207
HSL0.900.370.80
HSV325°17°87°
CMYK 0.000.170.07   0.13
XYZ59.042954.890966.5146
Yxy54.89090.32720.3042
Hunter Lab74.088412.5964-1.3671
CIE-Lab78.978417.2355-5.9443

#dfb9cf color RGB value is (223,185,207).

#dfb9cf hex color red value is 223, green value is 185 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dfb9cf hue: 0.90 , saturation: 0.37 and the lightness value of dfb9cf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 11001111
Octal 337 271 317
Decimal 223 185 207
Hex DF B9 CF

RGB Percentages of Color #dfb9cf

%36.26
%30.08
%33.66

CMYK Percentages of Color #dfb9cf

%0
%17
%7
%13

Triadic Colors of #dfb9cf

#dfb9cf #cfdfb9 #b9cfdf

Analogous Colors of #dfb9cf

#dfb9cf #dfb9bc #dcb9df

Monochromatic Colors of #dfb9cf

#dfb9cf

Complementary Color

#dfb9cf #b9dfc9

#dfb9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb9cf Color CSS Codes

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

#dfb9cf Text Font Color

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

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


#dfb9cf Background Color

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

This div background color is #dfb9cf


#dfb9cf Border Color

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

This div border color is #dfb9cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,185,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 #dfb9cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb9cf

#dfb9cf Color Palettes


Comments

No comments written yet.

Please login to write comment.