#D9AAE3

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

Shades of Plum #D9AAE3

Tints of Plum #D9AAE3

Color information

#D9AAE3 (or 0xD9AAE3) is unknown color: approx Plum. HEX triplet: D9, AA and E3. RGB value is (217,170,227). Sum of RGB (Red+Green+Blue) = 217+170+227=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 227 - color contains mainly: blue. Hex color #D9AAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAE3 is #26551C. Grayscale: #BEBEBE. Windows color (decimal): -2512157 or 14920409. OLE color: 14920409.

HSL color Cylindrical-coordinate representation of color #D9AAE3: hue angle of 289.47º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9AAE3 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217170227-
CMYK0.040.2500.11
HSL289.47º50.44%77.84%-
HSV(B)289.47º25.11%89.02%-
XYZ56.8649.0579.14-
YUV190.55148.57146.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 227 (89.06% from 255) = 36.97%
R=35.34%
G=27.69%
B=36.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171702270.040.2500.11289.4750.4477.84
HexD9AAE34190B121324e
Octal33125234343101344162116
Binary11011001101010101110001110011001010111001000011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAE3; }

 p { color: rgb(217,170,227); }

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

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

 a { background-color: rgb(217,170,227); }

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

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

 span { border-color: rgb(217,170,227); }

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