Color Hex Logo

#dfbfcc Color Hex

#DFBFCC
(223,191,204)
0 Favorites   0 Comments

Color spaces of #dfbfcc

RGB 223191204
HSL0.930.330.81
HSV336°14°87°
CMYK 0.000.140.09   0.13
XYZ59.961357.309265.0282
Yxy57.30920.32890.3144
Hunter Lab75.70288.90302.0623
CIE-Lab80.353213.5103-2.3004

#dfbfcc color RGB value is (223,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11001100
Octal 337 277 314
Decimal 223 191 204
Hex DF BF CC

RGB Percentages of Color #dfbfcc

%36.08
%30.91
%33.01

CMYK Percentages of Color #dfbfcc

%0
%14
%9
%13

Triadic Colors of #dfbfcc

#dfbfcc #ccdfbf #bfccdf

Analogous Colors of #dfbfcc

#dfbfcc #dfc2bf #dfbfdc

Monochromatic Colors of #dfbfcc

#dfbfcc

Complementary Color

#dfbfcc #bfdfd2

#dfbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfcc Color CSS Codes

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

#dfbfcc Text Font Color

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

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


#dfbfcc Background Color

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

This div background color is #dfbfcc


#dfbfcc Border Color

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

This div border color is #dfbfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfcc


Comments

No comments written yet.

Please login to write comment.