#D9ADDB

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

Shades of Plum #D9ADDB

Tints of Plum #D9ADDB

Color information

#D9ADDB (or 0xD9ADDB) is unknown color: approx Plum. HEX triplet: D9, AD and DB. RGB value is (217,173,219). Sum of RGB (Red+Green+Blue) = 217+173+219=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADDB is #265224. Grayscale: #BFBFBF. Windows color (decimal): -2511397 or 14396889. OLE color: 14396889.

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

Color convert

RGB217173219-
CMYK0.010.2100.14
HSL297.39º38.98%76.86%-
HSV(B)297.39º21%85.88%-
XYZ56.3549.7573.65-
YUV191.4143.58146.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=35.63%
G=28.41%
B=35.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171732190.010.2100.14297.3938.9876.86
HexD9ADDB1150E129274d
Octal33125533312501645147115
Binary110110011010110111011011110101011101001010011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADDB; }

 p { color: rgb(217,173,219); }

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

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

 a { background-color: rgb(217,173,219); }

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

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

 span { border-color: rgb(217,173,219); }

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