#D8ACDB

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

Shades of Plum #D8ACDB

Tints of Plum #D8ACDB

Color information

#D8ACDB (or 0xD8ACDB) is unknown color: approx Plum. HEX triplet: D8, AC and DB. RGB value is (216,172,219). Sum of RGB (Red+Green+Blue) = 216+172+219=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACDB is #275324. Grayscale: #BEBEBE. Windows color (decimal): -2577189 or 14396632. OLE color: 14396632.

HSL color Cylindrical-coordinate representation of color #D8ACDB: hue angle of 296.17º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ACDB is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216172219-
CMYK0.010.2100.14
HSL296.17º39.5%76.67%-
HSV(B)296.17º21.46%85.88%-
XYZ55.8649.2273.57-
YUV190.51144.08146.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=35.58%
G=28.34%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161722190.010.2100.14296.1739.576.67
HexD8ACDB1150E128274d
Octal33025433312501645047115
Binary110110001010110011011011110101011101001010001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACDB; }

 p { color: rgb(216,172,219); }

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

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

 a { background-color: rgb(216,172,219); }

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

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

 span { border-color: rgb(216,172,219); }

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