color codes Logo

#d9abdd color codes

#D9ABDD
(217,171,221)
0 Favorites   0 Comments

Color spaces of #d9abdd

RGB 217171221
HSL0.820.420.77
HSV295°23°87°
CMYK 0.020.230.00   0.13
XYZ56.229349.098074.9199
Yxy49.09800.31200.2724
Hunter Lab70.070020.6191-14.3448
CIE-Lab75.512325.2884-18.7870

#d9abdd color RGB value is (217,171,221).

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

The process color (four color CMYK) of #d9abdd color code is 0.02, 0.23, 0.00, 0.13. Web safe color of #d9abdd is #cc99cc. Color #d9abdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101011 11011101
Octal 331 253 335
Decimal 217 171 221
Hex D9 AB DD

RGB Percentages of Color #d9abdd

%35.63
%28.08
%36.29

CMYK Percentages of Color #d9abdd

%2
%23
%0
%13

Triadic Colors of #d9abdd

#d9abdd #ddd9ab #abddd9

Analogous Colors of #d9abdd

#d9abdd #ddabc8 #c0abdd

Monochromatic Colors of #d9abdd

#d9abdd

Complementary Color

#d9abdd #afddab

#d9abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9abdd Color CSS Codes

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

#d9abdd Text Font Color

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

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


#d9abdd Background Color

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

This div background color is #d9abdd


#d9abdd Border Color

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

This div border color is #d9abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9abdd


Comments

No comments written yet.

Please login to write comment.