#D5ABDC

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

Shades of Plum #D5ABDC

Tints of Plum #D5ABDC

Color information

#D5ABDC (or 0xD5ABDC) is unknown color: approx Plum. HEX triplet: D5, AB and DC. RGB value is (213,171,220). Sum of RGB (Red+Green+Blue) = 213+171+220=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABDC is #2A5423. Grayscale: #BCBCBC. Windows color (decimal): -2774052 or 14461909. OLE color: 14461909.

HSL color Cylindrical-coordinate representation of color #D5ABDC: hue angle of 291.43º 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 #D5ABDC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213171220-
CMYK0.030.2200.14
HSL291.43º41.18%76.67%-
HSV(B)291.43º22.27%86.27%-
XYZ54.9248.4474.17-
YUV189.14145.41145.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=35.26%
G=28.31%
B=36.42%

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
Decimal2131712200.030.2200.14291.4341.1876.67
HexD5ABDC3160E123294d
Octal32525333432601644351115
Binary1101010110101011110111001110110011101001000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABDC; }

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

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

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

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

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

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

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

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