COLOR #D4ABDD

HEX: #D4ABDD RGB: (212,171,221)

Color info

#D4ABDD contains red, green and blue colors in about the same proportion. Web safe color of #D4ABDD is #CC99CC (or #C9C).

RGB color model

#D4ABDD color RGB value is (212,171,221).

RGB: (212,171,221) (83%, 67%, 87%)

RGB channels and saturation

R 212 of 255 = 83%
G 171 of 255 = 67%
B 221 of 255 = 87%

212
171
221

R + G + B ~ 79%. #D4ABDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 171 + 221 = 604 (100%)
R 212 of 604 ~ 35.1%
G 171 of 604 ~ 28.31%
B 221 of 604 ~ 36.59'%

%35.1
%28.31
%36.59

CMYK color model

#D4ABDD color CMYK value is (4,23,0,13).

  • cyan value is 4.07%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (4,23,0,13)
C4M23Y0K13 (4%, 23%, 0%, 13%)
(0.04 / 0.23 / 0.00 / 0.13)

CMYK percentages

%4.07
%22.62
%0
%13.33

Codes

Color #D4ABDD in popluar color models

D4 AB DD
RGB 212 171 221
HSL 289° 42.37% 76.86%
HSB/HSV 289° 22.62% 86.67%
CMYK 4.07% 22.62% 0.00%
13.33%

Color #D4ABDD in popluar number systems.

HEX D4 AB DD
Decimal 212 171 221
Binary 11010100 10101011 11011101
Octal 324 253 335

Shades and tints

Shades of #D4ABDD

#D4ABDD
(212,171,221)
#C19CC9
(193,156,201)
#AE8DB5
(174,141,181)
#9B7EA1
(155,126,161)
#886F8D
(136,111,141)
#756079
(117,96,121)
#625165
(98,81,101)
#4F4251
(79,66,81)
#3C333D
(60,51,61)
#292429
(41,36,41)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #D4ABDD

#D4ABDD
(212,171,221)
#D7B2E0
(215,178,224)
#DAB9E3
(218,185,227)
#DDC0E6
(221,192,230)
#E0C7E9
(224,199,233)
#E3CEEC
(227,206,236)
#E6D5EF
(230,213,239)
#E9DCF2
(233,220,242)
#ECE3F5
(236,227,245)
#EFEAF8
(239,234,248)
#F2F1FB
(242,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4ABDD color. Also use rgb(212,171,221) instead hex code.

Text Font Color

.myTextColor { color: #D4ABDD; }

<p style="color:#D4ABDD">This sample text font color is #D4ABDD.</p>

This text font color is #D4ABDD.

Background Color

.myBgColor { background-color: #D4ABDD; }

<div style="background-color:#D4ABDD">Inner text</div>

This div background color is #D4ABDD.

Border color

.myBorderColor { border: 1px solid #D4ABDD; }

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

This div border color is #D4ABDD.

Opacity

.myOpacity80 { color: #D4ABDD; opacity: 0.8; }

<p style="color:#D4ABDD;opacity:0.8;">80%</p>

Text with #D4ABDD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D4ABDD;}

<p style="text-shadow: 3px 3px 1px #D4ABDD">Text here.</p>

This text has shadow with #D4ABDD color.


.textShadow {text-shadow: 3px 3px 1px #D4ABDD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D4ABDD, 5px 5px 20px red">Text here.</p>

This text has shadow with #D4ABDD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4ABDD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D4ABDD, Direction=45, Strength=4)">Text</p>

This text has shadow with #D4ABDD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D4ABDD;
-webkit-box-shadow: 1px 1px 3px 2px #D4ABDD;
box-shadow: 1px 1px 3px 2px #D4ABDD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D4ABDD; -webkit-box-shadow: 1px 1px 3px 2px #D4ABDD; box-shadow:1px 1px 3px 2px #D4ABDD;">
Div content here
</div>

This div box has shadow with color #D4ABDD.

Preview

Color preview on black background

This text has color #D4ABDD on black background.


Color preview on white background

This text has color #D4ABDD on white background.


Black color preview on #D4ABDD background

This text has black color on #D4ABDD background.


White color preview on #D4ABDD background

This text has white color on #D4ABDD background.


Related colors

Complementary color

Complementary color for #hex is #2B5422.


I love getcolorcode.com

Triadic colors

1 #DDD4AB and #ABDDD4 with #D4ABDD are triadic colors.

2 #DDABD4 and #ABD4DD with #D4ABDD are triadic colors.