Color Hex Logo

#dfbdcf Color Hex

#DFBDCF
(223,189,207)
0 Favorites   0 Comments

Color spaces of #dfbdcf

RGB 223189207
HSL0.910.350.81
HSV328°15°87°
CMYK 0.000.150.07   0.13
XYZ59.891556.588266.7975
Yxy56.58820.32680.3088
Hunter Lab75.225110.47120.0100
CIE-Lab79.947415.0929-4.5138

#dfbdcf color RGB value is (223,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11001111
Octal 337 275 317
Decimal 223 189 207
Hex DF BD CF

RGB Percentages of Color #dfbdcf

%36.03
%30.53
%33.44

CMYK Percentages of Color #dfbdcf

%0
%15
%7
%13

Triadic Colors of #dfbdcf

#dfbdcf #cfdfbd #bdcfdf

Analogous Colors of #dfbdcf

#dfbdcf #dfbdbe #debddf

Monochromatic Colors of #dfbdcf

#dfbdcf

Complementary Color

#dfbdcf #bddfcd

#dfbdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdcf Color CSS Codes

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

#dfbdcf Text Font Color

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

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


#dfbdcf Background Color

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

This div background color is #dfbdcf


#dfbdcf Border Color

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

This div border color is #dfbdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdcf


Comments

No comments written yet.

Please login to write comment.