HEX: #D4ABDD
RGB: (212,171,221)
#D4ABDD contains red, green and blue colors in about the same proportion. Web safe color of #D4ABDD is #CC99CC (or #C9C).
#D4ABDD color RGB value is (212,171,221).
RGB: (212,171,221)
(83%, 67%, 87%)
R 212 of 255 = 83%
G 171 of 255 = 67%
B 221 of 255 = 87%
R + G + B ~ 79%. #D4ABDD is quite light color.
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'%
#D4ABDD color CMYK value is (4,23,0,13).
CMYK: (4,23,0,13)
C4M23Y0K13 (4%, 23%, 0%, 13%)
(0.04 / 0.23 / 0.00 / 0.13)
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 of #D4ABDD
Tints of #D4ABDD
Examples of css and html codes for elements with #D4ABDD color. Also use rgb(212,171,221) instead hex code.
.myTextColor { color: #D4ABDD; }
<p style="color:#D4ABDD">This sample text font color is #D4ABDD.</p>
This text font color is #D4ABDD.
.myBgColor { background-color: #D4ABDD; }
<div style="background-color:#D4ABDD">Inner text</div>
This div background color is #D4ABDD.
.myBorderColor { border: 1px solid #D4ABDD; }
<div style="border:3px solid #D4ABDD">Div</div>
This div border color is #D4ABDD.
.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%.
.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.
/* 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 text has color #D4ABDD on black background.
This text has color #D4ABDD on white background.
This text has black color on #D4ABDD background.
This text has white color on #D4ABDD background.
Complementary color for #hex is #2B5422.