Color Hex Logo

#dfbcdc Color Hex

#DFBCDC
(223,188,220)
0 Favorites   0 Comments

Color spaces of #dfbcdc

RGB 223188220
HSL0.850.350.81
HSV305°16°87°
CMYK 0.000.160.01   0.13
XYZ61.332956.821775.4452
Yxy56.82170.31680.2935
Hunter Lab75.380213.3208-6.5750
CIE-Lab80.079217.9364-11.3247

#dfbcdc color RGB value is (223,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 11011100
Octal 337 274 334
Decimal 223 188 220
Hex DF BC DC

RGB Percentages of Color #dfbcdc

%35.34
%29.79
%34.87

CMYK Percentages of Color #dfbcdc

%0
%16
%1
%13

Triadic Colors of #dfbcdc

#dfbcdc #dcdfbc #bcdcdf

Analogous Colors of #dfbcdc

#dfbcdc #dfbccb #d1bcdf

Monochromatic Colors of #dfbcdc

#dfbcdc

Complementary Color

#dfbcdc #bcdfbf

#dfbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbcdc Color CSS Codes

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

#dfbcdc Text Font Color

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

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


#dfbcdc Background Color

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

This div background color is #dfbcdc


#dfbcdc Border Color

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

This div border color is #dfbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbcdc


Comments

No comments written yet.

Please login to write comment.