Color Hex Logo

#dfaadd Color Hex

#DFAADD
(223,170,221)
0 Favorites   0 Comments

Color spaces of #dfaadd

RGB 223170221
HSL0.840.450.77
HSV302°24°87°
CMYK 0.000.240.01   0.13
XYZ57.857349.657974.9421
Yxy49.65790.31710.2722
Hunter Lab70.468423.2359-13.7262
CIE-Lab75.858827.8071-18.2070

#dfaadd color RGB value is (223,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11011101
Octal 337 252 335
Decimal 223 170 221
Hex DF AA DD

RGB Percentages of Color #dfaadd

%36.32
%27.69
%35.99

CMYK Percentages of Color #dfaadd

%0
%24
%1
%13

Triadic Colors of #dfaadd

#dfaadd #dddfaa #aadddf

Analogous Colors of #dfaadd

#dfaadd #dfaac3 #c7aadf

Monochromatic Colors of #dfaadd

#dfaadd

Complementary Color

#dfaadd #aadfac

#dfaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaadd Color CSS Codes

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

#dfaadd Text Font Color

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

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


#dfaadd Background Color

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

This div background color is #dfaadd


#dfaadd Border Color

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

This div border color is #dfaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaadd


Comments

No comments written yet.

Please login to write comment.