Color Hex Logo

#d1add8 Color Hex

#D1ADD8
(209,173,216)
0 Favorites   0 Comments

Color spaces of #d1add8

RGB 209173216
HSL0.810.360.76
HSV290°20°85°
CMYK 0.030.200.00   0.15
XYZ53.632748.400371.4812
Yxy48.40030.30910.2789
Hunter Lab69.570315.8600-12.2193
CIE-Lab75.076720.6027-16.7942

#d1add8 color RGB value is (209,173,216).

#d1add8 hex color red value is 209, green value is 173 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #d1add8 hue: 0.81 , saturation: 0.36 and the lightness value of d1add8 is 0.76.

The process color (four color CMYK) of #d1add8 color hex is 0.03, 0.20, 0.00, 0.15. Web safe color of #d1add8 is #cc99cc. Color #d1add8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101101 11011000
Octal 321 255 330
Decimal 209 173 216
Hex D1 AD D8

RGB Percentages of Color #d1add8

%34.95
%28.93
%36.12

CMYK Percentages of Color #d1add8

%3
%20
%0
%15

Triadic Colors of #d1add8

#d1add8 #d8d1ad #add8d1

Analogous Colors of #d1add8

#d1add8 #d8adca #bcadd8

Monochromatic Colors of #d1add8

#d1add8

Complementary Color

#d1add8 #b4d8ad

#d1add8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1add8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1add8 Color CSS Codes

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

#d1add8 Text Font Color

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

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


#d1add8 Background Color

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

This div background color is #d1add8


#d1add8 Border Color

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

This div border color is #d1add8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,173,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d1add8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1add8

#d1add8 Color Palettes


Comments

No comments written yet.

Please login to write comment.