#D8ACDC

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

Shades of Plum #D8ACDC

Tints of Plum #D8ACDC

Color information

#D8ACDC (or 0xD8ACDC) is unknown color: approx Plum. HEX triplet: D8, AC and DC. RGB value is (216,172,220). Sum of RGB (Red+Green+Blue) = 216+172+220=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACDC is #275323. Grayscale: #BEBEBE. Windows color (decimal): -2577188 or 14462168. OLE color: 14462168.

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

Color convert

RGB216172220-
CMYK0.020.2200.14
HSL295º40.68%76.86%-
HSV(B)295º21.82%86.27%-
XYZ55.9949.2774.27-
YUV190.63144.58146.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.53%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=35.53%
G=28.29%
B=36.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161722200.020.2200.1429540.6876.86
HexD8ACDC2160E127294d
Octal33025433422601644751115
Binary1101100010101100110111001010110011101001001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACDC; }

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

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

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

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

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

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

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

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