#D6ABDC

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

Shades of Plum #D6ABDC

Tints of Plum #D6ABDC

Color information

#D6ABDC (or 0xD6ABDC) is unknown color: approx Plum. HEX triplet: D6, AB and DC. RGB value is (214,171,220). Sum of RGB (Red+Green+Blue) = 214+171+220=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABDC is #295423. Grayscale: #BDBDBD. Windows color (decimal): -2708516 or 14461910. OLE color: 14461910.

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

Color convert

RGB214171220-
CMYK0.030.2200.14
HSL292.65º41.18%76.67%-
HSV(B)292.65º22.27%86.27%-
XYZ55.2148.5974.18-
YUV189.44145.25145.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=35.37%
G=28.26%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141712200.030.2200.14292.6541.1876.67
HexD6ABDC3160E125294d
Octal32625333432601644551115
Binary1101011010101011110111001110110011101001001011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABDC; }

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

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

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

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

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

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

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

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