#D6ACDD

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

Shades of Plum #D6ACDD

Tints of Plum #D6ACDD

Color information

#D6ACDD (or 0xD6ACDD) is unknown color: approx Plum. HEX triplet: D6, AC and DD. RGB value is (214,172,221). Sum of RGB (Red+Green+Blue) = 214+172+221=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACDD is #295322. Grayscale: #BDBDBD. Windows color (decimal): -2708259 or 14527702. OLE color: 14527702.

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

Color convert

RGB214172221-
CMYK0.030.2200.13
HSL291.43º41.88%77.06%-
HSV(B)291.43º22.17%86.67%-
XYZ55.5449.0274.94-
YUV190.14145.41145.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=35.26%
G=28.34%
B=36.41%

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
Decimal2141722210.030.2200.13291.4341.8877.06
HexD6ACDD3160D1232a4d
Octal32625433532601544352115
Binary1101011010101100110111011110110011011001000111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACDD; }

 p { color: rgb(214,172,221); }

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

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

 a { background-color: rgb(214,172,221); }

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

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

 span { border-color: rgb(214,172,221); }

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