#D9AEDE

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

Shades of Plum #D9AEDE

Tints of Plum #D9AEDE

Color information

#D9AEDE (or 0xD9AEDE) is unknown color: approx Plum. HEX triplet: D9, AE and DE. RGB value is (217,174,222). Sum of RGB (Red+Green+Blue) = 217+174+222=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEDE is #265121. Grayscale: #C0C0C0. Windows color (decimal): -2511138 or 14593753. OLE color: 14593753.

HSL color Cylindrical-coordinate representation of color #D9AEDE: hue angle of 293.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AEDE is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217174222-
CMYK0.020.2200.13
HSL293.75º42.11%77.65%-
HSV(B)293.75º21.62%87.06%-
XYZ56.9450.375.81-
YUV192.33144.75145.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=35.40%
G=28.38%
B=36.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171742220.020.2200.13293.7542.1177.65
HexD9AEDE2160D1262a4e
Octal33125633622601544652116
Binary1101100110101110110111101010110011011001001101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEDE; }

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

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

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

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

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

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

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

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