#D8ACDE

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

Shades of Plum #D8ACDE

Tints of Plum #D8ACDE

Color information

#D8ACDE (or 0xD8ACDE) is unknown color: approx Plum. HEX triplet: D8, AC and DE. RGB value is (216,172,222). Sum of RGB (Red+Green+Blue) = 216+172+222=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACDE is #275321. Grayscale: #BEBEBE. Windows color (decimal): -2577186 or 14593240. OLE color: 14593240.

HSL color Cylindrical-coordinate representation of color #D8ACDE: hue angle of 292.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8ACDE is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216172222-
CMYK0.030.2300.13
HSL292.8º43.1%77.25%-
HSV(B)292.8º22.52%87.06%-
XYZ56.2649.3875.67-
YUV190.86145.58145.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.41%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=35.41%
G=28.20%
B=36.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161722220.030.2300.13292.843.177.25
HexD8ACDE3170D1252b4d
Octal33025433632701544553115
Binary1101100010101100110111101110111011011001001011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACDE; }

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

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

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

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

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

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

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

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