#D5ACDB

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

Shades of Plum #D5ACDB

Tints of Plum #D5ACDB

Color information

#D5ACDB (or 0xD5ACDB) is unknown color: approx Plum. HEX triplet: D5, AC and DB. RGB value is (213,172,219). Sum of RGB (Red+Green+Blue) = 213+172+219=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACDB is #2A5324. Grayscale: #BDBDBD. Windows color (decimal): -2773797 or 14396629. OLE color: 14396629.

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

Color convert

RGB213172219-
CMYK0.030.2100.14
HSL292.34º39.5%76.67%-
HSV(B)292.34º21.46%85.88%-
XYZ54.9848.7773.53-
YUV189.62144.58144.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=35.26%
G=28.48%
B=36.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131722190.030.2100.14292.3439.576.67
HexD5ACDB3150E124274d
Octal32525433332501644447115
Binary1101010110101100110110111110101011101001001001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACDB; }

 p { color: rgb(213,172,219); }

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

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

 a { background-color: rgb(213,172,219); }

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

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

 span { border-color: rgb(213,172,219); }

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