#D6ABDD

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

Shades of Plum #D6ABDD

Tints of Plum #D6ABDD

Color information

#D6ABDD (or 0xD6ABDD) is unknown color: approx Plum. HEX triplet: D6, AB and DD. RGB value is (214,171,221). Sum of RGB (Red+Green+Blue) = 214+171+221=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABDD is #295422. Grayscale: #BDBDBD. Windows color (decimal): -2708515 or 14527446. OLE color: 14527446.

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

Color convert

RGB214171221-
CMYK0.030.2300.13
HSL291.6º42.37%76.86%-
HSV(B)291.6º22.62%86.67%-
XYZ55.3548.6474.88-
YUV189.56145.75145.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.31%
GREEN value IS 171 (67.19% from 255) = 28.22%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=35.31%
G=28.22%
B=36.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141712210.030.2300.13291.642.3776.86
HexD6ABDD3170D1242a4d
Octal32625333532701544452115
Binary1101011010101011110111011110111011011001001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABDD; }

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

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

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

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

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

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

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

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