Color Hex Logo

#dfaddd Color Hex

#DFADDD
(223,173,221)
0 Favorites   0 Comments

Color spaces of #dfaddd

RGB 223173221
HSL0.840.440.78
HSV302°22°87°
CMYK 0.000.220.01   0.13
XYZ58.426150.795675.1317
Yxy50.79560.31690.2755
Hunter Lab71.271021.6053-12.6119
CIE-Lab76.555026.1902-17.1554

#dfaddd color RGB value is (223,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11011101
Octal 337 255 335
Decimal 223 173 221
Hex DF AD DD

RGB Percentages of Color #dfaddd

%36.14
%28.04
%35.82

CMYK Percentages of Color #dfaddd

%0
%22
%1
%13

Triadic Colors of #dfaddd

#dfaddd #dddfad #addddf

Analogous Colors of #dfaddd

#dfaddd #dfadc4 #c8addf

Monochromatic Colors of #dfaddd

#dfaddd

Complementary Color

#dfaddd #addfaf

#dfaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaddd Color CSS Codes

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

#dfaddd Text Font Color

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

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


#dfaddd Background Color

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

This div background color is #dfaddd


#dfaddd Border Color

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

This div border color is #dfaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaddd


Comments

No comments written yet.

Please login to write comment.