Color Hex Logo

#dfbdcd Color Hex

#DFBDCD
(223,189,205)
0 Favorites   0 Comments

Color spaces of #dfbdcd

RGB 223189205
HSL0.920.350.81
HSV332°15°87°
CMYK 0.000.150.08   0.13
XYZ59.648556.490965.5176
Yxy56.49090.32840.3110
Hunter Lab75.160410.12970.9290
CIE-Lab79.892414.7495-3.5163

#dfbdcd color RGB value is (223,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11001101
Octal 337 275 315
Decimal 223 189 205
Hex DF BD CD

RGB Percentages of Color #dfbdcd

%36.14
%30.63
%33.23

CMYK Percentages of Color #dfbdcd

%0
%15
%8
%13

Triadic Colors of #dfbdcd

#dfbdcd #cddfbd #bdcddf

Analogous Colors of #dfbdcd

#dfbdcd #dfbebd #dfbdde

Monochromatic Colors of #dfbdcd

#dfbdcd

Complementary Color

#dfbdcd #bddfcf

#dfbdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdcd Color CSS Codes

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

#dfbdcd Text Font Color

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

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


#dfbdcd Background Color

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

This div background color is #dfbdcd


#dfbdcd Border Color

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

This div border color is #dfbdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdcd


Comments

No comments written yet.

Please login to write comment.