Color Hex Logo

#dfb2dd Color Hex

#DFB2DD
(223,178,221)
0 Favorites   0 Comments

Color spaces of #dfb2dd

RGB 223178221
HSL0.840.410.79
HSV303°20°87°
CMYK 0.000.200.01   0.13
XYZ59.403052.749275.4574
Yxy52.74920.31660.2812
Hunter Lab72.628618.8951-10.7592
CIE-Lab77.726723.4963-15.3903

#dfb2dd color RGB value is (223,178,221).

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

The process color (four color CMYK) of #dfb2dd color hex is 0.00, 0.20, 0.01, 0.13. Web safe color of #dfb2dd is #cc99cc. Color #dfb2dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 11011101
Octal 337 262 335
Decimal 223 178 221
Hex DF B2 DD

RGB Percentages of Color #dfb2dd

%35.85
%28.62
%35.53

CMYK Percentages of Color #dfb2dd

%0
%20
%1
%13

Triadic Colors of #dfb2dd

#dfb2dd #dddfb2 #b2dddf

Analogous Colors of #dfb2dd

#dfb2dd #dfb2c7 #cbb2df

Monochromatic Colors of #dfb2dd

#dfb2dd

Complementary Color

#dfb2dd #b2dfb4

#dfb2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb2dd Color CSS Codes

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

#dfb2dd Text Font Color

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

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


#dfb2dd Background Color

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

This div background color is #dfb2dd


#dfb2dd Border Color

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

This div border color is #dfb2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb2dd


Comments

No comments written yet.

Please login to write comment.