Color Hex Logo

#dfbdcb Color Hex

#DFBDCB
(223,189,203)
0 Favorites   0 Comments

Color spaces of #dfbdcb

RGB 223189203
HSL0.930.350.81
HSV335°15°87°
CMYK 0.000.150.09   0.13
XYZ59.408556.395064.2541
Yxy56.39500.32990.3132
Hunter Lab75.09669.79131.8380
CIE-Lab79.838114.4086-2.5175

#dfbdcb color RGB value is (223,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11001011
Octal 337 275 313
Decimal 223 189 203
Hex DF BD CB

RGB Percentages of Color #dfbdcb

%36.26
%30.73
%33.01

CMYK Percentages of Color #dfbdcb

%0
%15
%9
%13

Triadic Colors of #dfbdcb

#dfbdcb #cbdfbd #bdcbdf

Analogous Colors of #dfbdcb

#dfbdcb #dfc0bd #dfbddc

Monochromatic Colors of #dfbdcb

#dfbdcb

Complementary Color

#dfbdcb #bddfd1

#dfbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdcb Color CSS Codes

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

#dfbdcb Text Font Color

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

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


#dfbdcb Background Color

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

This div background color is #dfbdcb


#dfbdcb Border Color

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

This div border color is #dfbdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdcb


Comments

No comments written yet.

Please login to write comment.