Color Hex Logo

#dfbfc6 Color Hex

#DFBFC6
(223,191,198)
0 Favorites   0 Comments

Color spaces of #dfbfc6

RGB 223191198
HSL0.960.330.81
HSV347°14°87°
CMYK 0.000.140.11   0.13
XYZ59.255357.026861.3103
Yxy57.02680.33370.3211
Hunter Lab75.51617.91064.7247
CIE-Lab80.194712.50390.6994

#dfbfc6 color RGB value is (223,191,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11000110
Octal 337 277 306
Decimal 223 191 198
Hex DF BF C6

RGB Percentages of Color #dfbfc6

%36.44
%31.21
%32.35

CMYK Percentages of Color #dfbfc6

%0
%14
%11
%13

Triadic Colors of #dfbfc6

#dfbfc6 #c6dfbf #bfc6df

Analogous Colors of #dfbfc6

#dfbfc6 #dfc8bf #dfbfd6

Monochromatic Colors of #dfbfc6

#dfbfc6

Complementary Color

#dfbfc6 #bfdfd8

#dfbfc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfc6 Color CSS Codes

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

#dfbfc6 Text Font Color

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

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


#dfbfc6 Background Color

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

This div background color is #dfbfc6


#dfbfc6 Border Color

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

This div border color is #dfbfc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfc6


Comments

No comments written yet.

Please login to write comment.