Color Hex Logo

#dfc1db Color Hex

#DFC1DB
(223,193,219)
0 Favorites   0 Comments

Color spaces of #dfc1db

RGB 223193219
HSL0.860.320.82
HSV308°13°87°
CMYK 0.000.130.02   0.13
XYZ62.287658.942475.1119
Yxy58.94240.31720.3002
Hunter Lab76.774010.4647-4.2647
CIE-Lab81.259915.0774-9.0280

#dfc1db color RGB value is (223,193,219).

#dfc1db hex color red value is 223, green value is 193 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dfc1db hue: 0.86 , saturation: 0.32 and the lightness value of dfc1db is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 11011011
Octal 337 301 333
Decimal 223 193 219
Hex DF C1 DB

RGB Percentages of Color #dfc1db

%35.12
%30.39
%34.49

CMYK Percentages of Color #dfc1db

%0
%13
%2
%13

Triadic Colors of #dfc1db

#dfc1db #dbdfc1 #c1dbdf

Analogous Colors of #dfc1db

#dfc1db #dfc1cc #d4c1df

Monochromatic Colors of #dfc1db

#dfc1db

Complementary Color

#dfc1db #c1dfc5

#dfc1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc1db Color CSS Codes

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

#dfc1db Text Font Color

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

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


#dfc1db Background Color

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

This div background color is #dfc1db


#dfc1db Border Color

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

This div border color is #dfc1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc1db


Comments

No comments written yet.

Please login to write comment.