#D9ABDE

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

Shades of Plum #D9ABDE

Tints of Plum #D9ABDE

Color information

#D9ABDE (or 0xD9ABDE) is unknown color: approx Plum. HEX triplet: D9, AB and DE. RGB value is (217,171,222). Sum of RGB (Red+Green+Blue) = 217+171+222=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABDE is #265421. Grayscale: #BEBEBE. Windows color (decimal): -2511906 or 14592985. OLE color: 14592985.

HSL color Cylindrical-coordinate representation of color #D9ABDE: hue angle of 294.12º degrees, saturation: 0.44, 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 #D9ABDE is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217171222-
CMYK0.020.2300.13
HSL294.12º43.59%77.06%-
HSV(B)294.12º22.97%87.06%-
XYZ56.3649.1575.62-
YUV190.57145.74146.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.57%
GREEN value IS 171 (67.19% from 255) = 28.03%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=35.57%
G=28.03%
B=36.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171712220.020.2300.13294.1243.5977.06
HexD9ABDE2170D1262c4d
Octal33125333622701544654115
Binary1101100110101011110111101010111011011001001101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABDE; }

 p { color: rgb(217,171,222); }

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

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

 a { background-color: rgb(217,171,222); }

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

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

 span { border-color: rgb(217,171,222); }

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