Color Hex Logo

#dfbdcc Color Hex

#DFBDCC
(223,189,204)
3 Favorites   0 Comments

Color spaces of #dfbdcc

RGB 223189204
HSL0.930.350.81
HSV334°15°87°
CMYK 0.000.150.09   0.13
XYZ59.528156.442864.8838
Yxy56.44280.32910.3121
Hunter Lab75.12849.96001.3848
CIE-Lab79.865214.5786-3.0170

#dfbdcc color RGB value is (223,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11001100
Octal 337 275 314
Decimal 223 189 204
Hex DF BD CC

RGB Percentages of Color #dfbdcc

%36.20
%30.68
%33.12

CMYK Percentages of Color #dfbdcc

%0
%15
%9
%13

Triadic Colors of #dfbdcc

#dfbdcc #ccdfbd #bdccdf

Analogous Colors of #dfbdcc

#dfbdcc #dfbfbd #dfbddd

Monochromatic Colors of #dfbdcc

#dfbdcc

Complementary Color

#dfbdcc #bddfd0

#dfbdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdcc Color CSS Codes

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

#dfbdcc Text Font Color

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

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


#dfbdcc Background Color

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

This div background color is #dfbdcc


#dfbdcc Border Color

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

This div border color is #dfbdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdcc


Comments

No comments written yet.

Please login to write comment.