Color Hex Logo

#dfb6dc Color Hex

#DFB6DC
(223,182,220)
0 Favorites   0 Comments

Color spaces of #dfb6dc

RGB 223182220
HSL0.850.390.79
HSV304°18°87°
CMYK 0.000.180.01   0.13
XYZ60.077654.311275.0268
Yxy54.31120.31720.2867
Hunter Lab73.696116.5462-8.7733
CIE-Lab78.642821.1595-13.4734

#dfb6dc color RGB value is (223,182,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 11011100
Octal 337 266 334
Decimal 223 182 220
Hex DF B6 DC

RGB Percentages of Color #dfb6dc

%35.68
%29.12
%35.20

CMYK Percentages of Color #dfb6dc

%0
%18
%1
%13

Triadic Colors of #dfb6dc

#dfb6dc #dcdfb6 #b6dcdf

Analogous Colors of #dfb6dc

#dfb6dc #dfb6c8 #ceb6df

Monochromatic Colors of #dfb6dc

#dfb6dc

Complementary Color

#dfb6dc #b6dfb9

#dfb6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb6dc Color CSS Codes

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

#dfb6dc Text Font Color

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

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


#dfb6dc Background Color

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

This div background color is #dfb6dc


#dfb6dc Border Color

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

This div border color is #dfb6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb6dc


Comments

No comments written yet.

Please login to write comment.