Color Hex Logo

#dfb6db Color Hex

#DFB6DB
(223,182,219)
0 Favorites   0 Comments

Color spaces of #dfb6db

RGB 223182219
HSL0.850.390.79
HSV306°18°87°
CMYK 0.000.180.02   0.13
XYZ59.945654.258374.3313
Yxy54.25830.31800.2878
Hunter Lab73.660216.3601-8.2680
CIE-Lab78.612120.9775-12.9789

#dfb6db color RGB value is (223,182,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 11011011
Octal 337 266 333
Decimal 223 182 219
Hex DF B6 DB

RGB Percentages of Color #dfb6db

%35.74
%29.17
%35.10

CMYK Percentages of Color #dfb6db

%0
%18
%2
%13

Triadic Colors of #dfb6db

#dfb6db #dbdfb6 #b6dbdf

Analogous Colors of #dfb6db

#dfb6db #dfb6c7 #cfb6df

Monochromatic Colors of #dfb6db

#dfb6db

Complementary Color

#dfb6db #b6dfba

#dfb6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb6db Color CSS Codes

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

#dfb6db Text Font Color

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

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


#dfb6db Background Color

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

This div background color is #dfb6db


#dfb6db Border Color

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

This div border color is #dfb6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb6db


Comments

No comments written yet.

Please login to write comment.