#D9AEDA

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

Shades of Plum #D9AEDA

Tints of Plum #D9AEDA

Color information

#D9AEDA (or 0xD9AEDA) is unknown color: approx Plum. HEX triplet: D9, AE and DA. RGB value is (217,174,218). Sum of RGB (Red+Green+Blue) = 217+174+218=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEDA is #265125. Grayscale: #BFBFBF. Windows color (decimal): -2511142 or 14331609. OLE color: 14331609.

HSL color Cylindrical-coordinate representation of color #D9AEDA: hue angle of 298.64º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AEDA is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217174218-
CMYK0.000.2000.15
HSL298.64º37.29%76.86%-
HSV(B)298.64º20.18%85.49%-
XYZ56.4150.0973.02-
YUV191.87142.75145.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=35.63%
G=28.57%
B=35.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171742180.000.2000.15298.6437.2976.86
HexD9AEDA0140F12b254d
Octal33125633202401745345115
Binary110110011010111011011010010100011111001010111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEDA; }

 p { color: rgb(217,174,218); }

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

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

 a { background-color: rgb(217,174,218); }

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

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

 span { border-color: rgb(217,174,218); }

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