Color Hex Logo

#dfbfcb Color Hex

#DFBFCB
(223,191,203)
0 Favorites   0 Comments

Color spaces of #dfbfcb

RGB 223191203
HSL0.940.330.81
HSV338°14°87°
CMYK 0.000.140.09   0.13
XYZ59.841757.261464.3985
Yxy57.26140.32970.3155
Hunter Lab75.67138.73512.5123
CIE-Lab80.326413.3405-1.8011

#dfbfcb color RGB value is (223,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11001011
Octal 337 277 313
Decimal 223 191 203
Hex DF BF CB

RGB Percentages of Color #dfbfcb

%36.14
%30.96
%32.90

CMYK Percentages of Color #dfbfcb

%0
%14
%9
%13

Triadic Colors of #dfbfcb

#dfbfcb #cbdfbf #bfcbdf

Analogous Colors of #dfbfcb

#dfbfcb #dfc3bf #dfbfdb

Monochromatic Colors of #dfbfcb

#dfbfcb

Complementary Color

#dfbfcb #bfdfd3

#dfbfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfcb Color CSS Codes

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

#dfbfcb Text Font Color

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

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


#dfbfcb Background Color

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

This div background color is #dfbfcb


#dfbfcb Border Color

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

This div border color is #dfbfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfcb

#dfbfcb Color Palettes


Comments

No comments written yet.

Please login to write comment.