#D9AEDC

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

Shades of Plum #D9AEDC

Tints of Plum #D9AEDC

Color information

#D9AEDC (or 0xD9AEDC) is unknown color: approx Plum. HEX triplet: D9, AE and DC. RGB value is (217,174,220). Sum of RGB (Red+Green+Blue) = 217+174+220=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEDC is #265123. Grayscale: #BFBFBF. Windows color (decimal): -2511140 or 14462681. OLE color: 14462681.

HSL color Cylindrical-coordinate representation of color #D9AEDC: hue angle of 296.09º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9AEDC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217174220-
CMYK0.010.2100.14
HSL296.09º39.66%77.25%-
HSV(B)296.09º20.91%86.27%-
XYZ56.6750.1974.41-
YUV192.1143.75145.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.52%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=35.52%
G=28.48%
B=36.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171742200.010.2100.14296.0939.6677.25
HexD9AEDC1150E128284d
Octal33125633412501645050115
Binary110110011010111011011100110101011101001010001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEDC; }

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

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

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

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

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

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

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

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