Color Hex Logo

#dfacdd Color Hex

#DFACDD
(223,172,221)
0 Favorites   0 Comments

Color spaces of #dfacdd

RGB 223172221
HSL0.840.440.77
HSV302°23°87°
CMYK 0.000.230.01   0.13
XYZ58.235150.413575.0681
Yxy50.41350.31700.2744
Hunter Lab71.002522.1486-12.9832
CIE-Lab76.322426.7293-17.5066

#dfacdd color RGB value is (223,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11011101
Octal 337 254 335
Decimal 223 172 221
Hex DF AC DD

RGB Percentages of Color #dfacdd

%36.20
%27.92
%35.88

CMYK Percentages of Color #dfacdd

%0
%23
%1
%13

Triadic Colors of #dfacdd

#dfacdd #dddfac #acdddf

Analogous Colors of #dfacdd

#dfacdd #dfacc4 #c8acdf

Monochromatic Colors of #dfacdd

#dfacdd

Complementary Color

#dfacdd #acdfae

#dfacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacdd Color CSS Codes

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

#dfacdd Text Font Color

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

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


#dfacdd Background Color

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

This div background color is #dfacdd


#dfacdd Border Color

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

This div border color is #dfacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacdd


Comments

No comments written yet.

Please login to write comment.