Color Hex Logo

#d6addd Color Hex

#D6ADDD
(214,173,221)
0 Favorites   0 Comments

Color spaces of #d6addd

RGB 214173221
HSL0.810.410.77
HSV291°22°87°
CMYK 0.030.220.00   0.13
XYZ55.726349.403775.0054
Yxy49.40370.30940.2743
Hunter Lab70.287818.5167-14.0680
CIE-Lab75.701823.2161-18.5274

#d6addd color RGB value is (214,173,221).

#d6addd hex color red value is 214, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d6addd hue: 0.81 , saturation: 0.41 and the lightness value of d6addd is 0.77.

The process color (four color CMYK) of #d6addd color hex is 0.03, 0.22, 0.00, 0.13. Web safe color of #d6addd is #cc99cc. Color #d6addd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101101 11011101
Octal 326 255 335
Decimal 214 173 221
Hex D6 AD DD

RGB Percentages of Color #d6addd

%35.20
%28.45
%36.35

CMYK Percentages of Color #d6addd

%3
%22
%0
%13

Triadic Colors of #d6addd

#d6addd #ddd6ad #adddd6

Analogous Colors of #d6addd

#d6addd #ddadcc #beaddd

Monochromatic Colors of #d6addd

#d6addd

Complementary Color

#d6addd #b4ddad

#d6addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6addd Color CSS Codes

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

#d6addd Text Font Color

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

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


#d6addd Background Color

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

This div background color is #d6addd


#d6addd Border Color

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

This div border color is #d6addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6addd


Comments

No comments written yet.

Please login to write comment.