#D8ABDE

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

Shades of Plum #D8ABDE

Tints of Plum #D8ABDE

Color information

#D8ABDE (or 0xD8ABDE) is unknown color: approx Plum. HEX triplet: D8, AB and DE. RGB value is (216,171,222). Sum of RGB (Red+Green+Blue) = 216+171+222=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABDE is #275421. Grayscale: #BEBEBE. Windows color (decimal): -2577442 or 14592984. OLE color: 14592984.

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

Color convert

RGB216171222-
CMYK0.030.2300.13
HSL292.94º43.59%77.06%-
HSV(B)292.94º22.97%87.06%-
XYZ56.074975.61-
YUV190.27145.91146.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.47%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=35.47%
G=28.08%
B=36.45%

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
Decimal2161712220.030.2300.13292.9443.5977.06
HexD8ABDE3170D1252c4d
Octal33025333632701544554115
Binary1101100010101011110111101110111011011001001011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABDE; }

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

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

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

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

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

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

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

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