Color Hex Logo

#dfb8dd Color Hex

#DFB8DD
(223,184,221)
0 Favorites   0 Comments

Color spaces of #dfb8dd

RGB 223184221
HSL0.840.380.80
HSV303°17°87°
CMYK 0.000.170.01   0.13
XYZ60.623155.189475.8641
Yxy55.18940.31630.2879
Hunter Lab74.289615.6560-8.5439
CIE-Lab79.150220.2673-13.2533

#dfb8dd color RGB value is (223,184,221).

#dfb8dd hex color red value is 223, green value is 184 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dfb8dd hue: 0.84 , saturation: 0.38 and the lightness value of dfb8dd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 11011101
Octal 337 270 335
Decimal 223 184 221
Hex DF B8 DD

RGB Percentages of Color #dfb8dd

%35.51
%29.30
%35.19

CMYK Percentages of Color #dfb8dd

%0
%17
%1
%13

Triadic Colors of #dfb8dd

#dfb8dd #dddfb8 #b8dddf

Analogous Colors of #dfb8dd

#dfb8dd #dfb8ca #ceb8df

Monochromatic Colors of #dfb8dd

#dfb8dd

Complementary Color

#dfb8dd #b8dfba

#dfb8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb8dd Color CSS Codes

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

#dfb8dd Text Font Color

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

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


#dfb8dd Background Color

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

This div background color is #dfb8dd


#dfb8dd Border Color

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

This div border color is #dfb8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb8dd


Comments

No comments written yet.

Please login to write comment.