Color Hex Logo

#dfbfcf Color Hex

#DFBFCF
(223,191,207)
0 Favorites   0 Comments

Color spaces of #dfbfcf

RGB 223191207
HSL0.920.330.81
HSV330°14°87°
CMYK 0.000.140.07   0.13
XYZ60.324757.454666.9419
Yxy57.45460.32660.3110
Hunter Lab75.79889.41180.6971
CIE-Lab80.434614.0239-3.7962

#dfbfcf color RGB value is (223,191,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11001111
Octal 337 277 317
Decimal 223 191 207
Hex DF BF CF

RGB Percentages of Color #dfbfcf

%35.91
%30.76
%33.33

CMYK Percentages of Color #dfbfcf

%0
%14
%7
%13

Triadic Colors of #dfbfcf

#dfbfcf #cfdfbf #bfcfdf

Analogous Colors of #dfbfcf

#dfbfcf #dfbfbf #dfbfdf

Monochromatic Colors of #dfbfcf

#dfbfcf

Complementary Color

#dfbfcf #bfdfcf

#dfbfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfcf Color CSS Codes

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

#dfbfcf Text Font Color

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

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


#dfbfcf Background Color

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

This div background color is #dfbfcf


#dfbfcf Border Color

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

This div border color is #dfbfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfcf


Comments

No comments written yet.

Please login to write comment.