#D9AEDF

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

Shades of Plum #D9AEDF

Tints of Plum #D9AEDF

Color information

#D9AEDF (or 0xD9AEDF) is unknown color: approx Plum. HEX triplet: D9, AE and DF. RGB value is (217,174,223). Sum of RGB (Red+Green+Blue) = 217+174+223=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEDF is #265120. Grayscale: #C0C0C0. Windows color (decimal): -2511137 or 14659289. OLE color: 14659289.

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

Color convert

RGB217174223-
CMYK0.030.2200.13
HSL292.65º43.36%77.84%-
HSV(B)292.65º21.97%87.45%-
XYZ57.0750.3576.52-
YUV192.44145.25145.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=35.34%
G=28.34%
B=36.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171742230.030.2200.13292.6543.3677.84
HexD9AEDF3160D1252b4e
Octal33125633732601544553116
Binary1101100110101110110111111110110011011001001011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEDF; }

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

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

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

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

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

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

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

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