Color Hex Logo

#dfb5de Color Hex

#DFB5DE
(223,181,222)
0 Favorites   0 Comments

Color spaces of #dfb5de

RGB 223181222
HSL0.840.400.79
HSV301°19°87°
CMYK 0.000.190.00   0.13
XYZ60.140154.009676.3624
Yxy54.00960.31570.2835
Hunter Lab73.491217.4623-10.1625
CIE-Lab78.467322.0648-14.8181

#dfb5de color RGB value is (223,181,222).

#dfb5de hex color red value is 223, green value is 181 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dfb5de hue: 0.84 , saturation: 0.40 and the lightness value of dfb5de is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 11011110
Octal 337 265 336
Decimal 223 181 222
Hex DF B5 DE

RGB Percentages of Color #dfb5de

%35.62
%28.91
%35.46

CMYK Percentages of Color #dfb5de

%0
%19
%0
%13

Triadic Colors of #dfb5de

#dfb5de #dedfb5 #b5dedf

Analogous Colors of #dfb5de

#dfb5de #dfb5c9 #cbb5df

Monochromatic Colors of #dfb5de

#dfb5de

Complementary Color

#dfb5de #b5dfb6

#dfb5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb5de Color CSS Codes

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

#dfb5de Text Font Color

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

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


#dfb5de Background Color

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

This div background color is #dfb5de


#dfb5de Border Color

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

This div border color is #dfb5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb5de


Comments

No comments written yet.

Please login to write comment.