#D9ADDA

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

Shades of Plum #D9ADDA

Tints of Plum #D9ADDA

Color information

#D9ADDA (or 0xD9ADDA) is unknown color: approx Plum. HEX triplet: D9, AD and DA. RGB value is (217,173,218). Sum of RGB (Red+Green+Blue) = 217+173+218=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADDA is #265225. Grayscale: #BFBFBF. Windows color (decimal): -2511398 or 14331353. OLE color: 14331353.

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

Color convert

RGB217173218-
CMYK0.000.2100.15
HSL298.67º37.82%76.67%-
HSV(B)298.67º20.64%85.49%-
XYZ56.2149.772.96-
YUV191.29143.08146.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=35.69%
G=28.45%
B=35.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171732180.000.2100.15298.6737.8276.67
HexD9ADDA0150F12b264d
Octal33125533202501745346115
Binary110110011010110111011010010101011111001010111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADDA; }

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

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

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

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

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

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

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

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