Color Hex Logo

#dfb9dc Color Hex

#DFB9DC
(223,185,220)
0 Favorites   0 Comments

Color spaces of #dfb9dc

RGB 223185220
HSL0.850.370.80
HSV305°17°87°
CMYK 0.000.170.01   0.13
XYZ60.698755.553275.2338
Yxy55.55320.31700.2901
Hunter Lab74.534014.9315-7.6728
CIE-Lab79.358919.5470-12.4012

#dfb9dc color RGB value is (223,185,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 11011100
Octal 337 271 334
Decimal 223 185 220
Hex DF B9 DC

RGB Percentages of Color #dfb9dc

%35.51
%29.46
%35.03

CMYK Percentages of Color #dfb9dc

%0
%17
%1
%13

Triadic Colors of #dfb9dc

#dfb9dc #dcdfb9 #b9dcdf

Analogous Colors of #dfb9dc

#dfb9dc #dfb9c9 #cfb9df

Monochromatic Colors of #dfb9dc

#dfb9dc

Complementary Color

#dfb9dc #b9dfbc

#dfb9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb9dc Color CSS Codes

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

#dfb9dc Text Font Color

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

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


#dfb9dc Background Color

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

This div background color is #dfb9dc


#dfb9dc Border Color

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

This div border color is #dfb9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb9dc


Comments

No comments written yet.

Please login to write comment.