#D7ACDE

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

Shades of Plum #D7ACDE

Tints of Plum #D7ACDE

Color information

#D7ACDE (or 0xD7ACDE) is unknown color: approx Plum. HEX triplet: D7, AC and DE. RGB value is (215,172,222). Sum of RGB (Red+Green+Blue) = 215+172+222=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACDE is #285321. Grayscale: #BEBEBE. Windows color (decimal): -2642722 or 14593239. OLE color: 14593239.

HSL color Cylindrical-coordinate representation of color #D7ACDE: hue angle of 291.6º 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 #D7ACDE is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215172222-
CMYK0.030.2300.13
HSL291.6º43.1%77.25%-
HSV(B)291.6º22.52%87.06%-
XYZ55.9649.2375.66-
YUV190.56145.75145.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.30%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=35.30%
G=28.24%
B=36.45%

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
Decimal2151722220.030.2300.13291.643.177.25
HexD7ACDE3170D1242b4d
Octal32725433632701544453115
Binary1101011110101100110111101110111011011001001001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACDE; }

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

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

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

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

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

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

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

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