#D8AAD5

Color #D8AAD5 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D8AAD5

Tints of Plum #D8AAD5

Color information

#D8AAD5 (or 0xD8AAD5) is unknown color: approx Plum. HEX triplet: D8, AA and D5. RGB value is (216,170,213). Sum of RGB (Red+Green+Blue) = 216+170+213=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAD5 is #27552A. Grayscale: #BCBCBC. Windows color (decimal): -2577707 or 14002904. OLE color: 14002904.

HSL color Cylindrical-coordinate representation of color #D8AAD5: hue angle of 303.91º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8AAD5 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB216170213-
CMYK00.210.010.15
HSL303.91º37.1%75.69%-
HSV(B)303.91º21.3%84.71%-
XYZ54.748.1569.36-
YUV188.66141.74147.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 36.06%
GREEN value IS 170 (66.80% from 255) = 28.38%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=36.06%
G=28.38%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617021300.210.010.15303.9137.175.69
HexD8AAD50151F130254c
Octal33025232502511746045114
Binary110110001010101011010101010101111111001100001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAD5; }

 p { color: rgb(216,170,213); }

 H1.HeaderClassName
 {
   color: #D8AAD5;
 }
 .AnyTagClassName
 {
   color: #D8AAD5;
 }
</style>
background-color css

<style>
 a { background-color: #D8AAD5; }

 a { background-color: rgb(216,170,213); }

 div.DivClassName
 {
   background-color: #D8AAD5;
 }
 .BgClassName
 {
   background-color: #D8AAD5;
 }
</style>
border-color css

<style>
 span { border-color: #D8AAD5; }

 span { border-color: rgb(216,170,213); }

 td.TdClassName
 {
   border-color: #D8AAD5;
 }
 .TagClassName
 {
   border-color: #D8AAD5;
 }
</style>