#D9ACE5

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

Shades of Plum #D9ACE5

Tints of Plum #D9ACE5

Color information

#D9ACE5 (or 0xD9ACE5) is unknown color: approx Plum. HEX triplet: D9, AC and E5. RGB value is (217,172,229). Sum of RGB (Red+Green+Blue) = 217+172+229=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9ACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACE5 is #26531A. Grayscale: #BFBFBF. Windows color (decimal): -2511643 or 15051993. OLE color: 15051993.

HSL color Cylindrical-coordinate representation of color #D9ACE5: hue angle of 287.37º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9ACE5 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217172229-
CMYK0.050.2500.10
HSL287.37º52.29%78.63%-
HSV(B)287.37º24.89%89.8%-
XYZ57.5149.9180.73-
YUV191.95148.91145.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.11%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 229 (89.84% from 255) = 37.06%
R=35.11%
G=27.83%
B=37.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171722290.050.2500.10287.3752.2978.63
HexD9ACE55190A11f344f
Octal33125434553101243764117
Binary11011001101011001110010110111001010101000111111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACE5; }

 p { color: rgb(217,172,229); }

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

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

 a { background-color: rgb(217,172,229); }

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

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

 span { border-color: rgb(217,172,229); }

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