Color Hex Logo

#dfbfdc Color Hex

#DFBFDC
(223,191,220)
0 Favorites   0 Comments

Color spaces of #dfbfdc

RGB 223191220
HSL0.850.330.81
HSV306°14°87°
CMYK 0.000.140.01   0.13
XYZ61.980558.116975.6611
Yxy58.11690.31660.2969
Hunter Lab76.234411.7147-5.4800
CIE-Lab80.803716.3288-10.2442

#dfbfdc color RGB value is (223,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 11011100
Octal 337 277 334
Decimal 223 191 220
Hex DF BF DC

RGB Percentages of Color #dfbfdc

%35.17
%30.13
%34.70

CMYK Percentages of Color #dfbfdc

%0
%14
%1
%13

Triadic Colors of #dfbfdc

#dfbfdc #dcdfbf #bfdcdf

Analogous Colors of #dfbfdc

#dfbfdc #dfbfcc #d2bfdf

Monochromatic Colors of #dfbfdc

#dfbfdc

Complementary Color

#dfbfdc #bfdfc2

#dfbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfdc Color CSS Codes

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

#dfbfdc Text Font Color

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

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


#dfbfdc Background Color

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

This div background color is #dfbfdc


#dfbfdc Border Color

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

This div border color is #dfbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfdc


Comments

No comments written yet.

Please login to write comment.