Color Hex Logo

#dfbcdd Color Hex

#DFBCDD
(223,188,221)
0 Favorites   0 Comments

Color spaces of #dfbcdd

RGB 223188221
HSL0.840.350.81
HSV303°16°87°
CMYK 0.000.160.01   0.13
XYZ61.465856.874976.1450
Yxy56.87490.31600.2924
Hunter Lab75.415413.5057-7.0727
CIE-Lab80.109218.1191-11.8185

#dfbcdd color RGB value is (223,188,221).

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

The process color (four color CMYK) of #dfbcdd color hex is 0.00, 0.16, 0.01, 0.13. Web safe color of #dfbcdd is #cccccc. Color #dfbcdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 11011101
Octal 337 274 335
Decimal 223 188 221
Hex DF BC DD

RGB Percentages of Color #dfbcdd

%35.28
%29.75
%34.97

CMYK Percentages of Color #dfbcdd

%0
%16
%1
%13

Triadic Colors of #dfbcdd

#dfbcdd #dddfbc #bcdddf

Analogous Colors of #dfbcdd

#dfbcdd #dfbccc #d0bcdf

Monochromatic Colors of #dfbcdd

#dfbcdd

Complementary Color

#dfbcdd #bcdfbe

#dfbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbcdd Color CSS Codes

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

#dfbcdd Text Font Color

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

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


#dfbcdd Background Color

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

This div background color is #dfbcdd


#dfbcdd Border Color

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

This div border color is #dfbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbcdd


Comments

No comments written yet.

Please login to write comment.