#D4ADD7

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

Shades of Plum #D4ADD7

Tints of Plum #D4ADD7

Color information

#D4ADD7 (or 0xD4ADD7) is unknown color: approx Plum. HEX triplet: D4, AD and D7. RGB value is (212,173,215). Sum of RGB (Red+Green+Blue) = 212+173+215=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADD7 is #2B5228. Grayscale: #BDBDBD. Windows color (decimal): -2839081 or 14134740. OLE color: 14134740.

HSL color Cylindrical-coordinate representation of color #D4ADD7: hue angle of 295.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4ADD7 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212173215-
CMYK0.010.2000.16
HSL295.71º34.43%76.08%-
HSV(B)295.71º19.53%84.31%-
XYZ54.3648.7970.84-
YUV189.45142.42144.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 215 (84.38% from 255) = 35.83%
R=35.33%
G=28.83%
B=35.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121732150.010.2000.16295.7134.4376.08
HexD4ADD7114010128224c
Octal32425532712402045042114
Binary1101010010101101110101111101000100001001010001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADD7; }

 p { color: rgb(212,173,215); }

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

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

 a { background-color: rgb(212,173,215); }

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

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

 span { border-color: rgb(212,173,215); }

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