Color Hex Logo

#d9afdc Color Hex

#D9AFDC
(217,175,220)
0 Favorites   0 Comments

Color spaces of #d9afdc

RGB 217175220
HSL0.820.390.77
HSV296°20°86°
CMYK 0.010.200.00   0.14
XYZ56.863550.579074.4758
Yxy50.57900.31260.2780
Hunter Lab71.118918.2625-12.3053
CIE-Lab76.423322.9337-16.8667

#d9afdc color RGB value is (217,175,220).

#d9afdc hex color red value is 217, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d9afdc hue: 0.82 , saturation: 0.39 and the lightness value of d9afdc is 0.77.

The process color (four color CMYK) of #d9afdc color hex is 0.01, 0.20, 0.00, 0.14. Web safe color of #d9afdc is #cc99cc. Color #d9afdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101111 11011100
Octal 331 257 334
Decimal 217 175 220
Hex D9 AF DC

RGB Percentages of Color #d9afdc

%35.46
%28.59
%35.95

CMYK Percentages of Color #d9afdc

%1
%20
%0
%14

Triadic Colors of #d9afdc

#d9afdc #dcd9af #afdcd9

Analogous Colors of #d9afdc

#d9afdc #dcafc9 #c3afdc

Monochromatic Colors of #d9afdc

#d9afdc

Complementary Color

#d9afdc #b2dcaf

#d9afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9afdc Color CSS Codes

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

#d9afdc Text Font Color

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

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


#d9afdc Background Color

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

This div background color is #d9afdc


#d9afdc Border Color

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

This div border color is #d9afdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,175,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9afdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9afdc;
  -webkit-box-shadow: 1px 1px 3px 2px #d9afdc;
  box-shadow:         1px 1px 3px 2px #d9afdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,175,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9afdc


Comments

No comments written yet.

Please login to write comment.