#D5ADDB

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

Shades of Plum #D5ADDB

Tints of Plum #D5ADDB

Color information

#D5ADDB (or 0xD5ADDB) is unknown color: approx Plum. HEX triplet: D5, AD and DB. RGB value is (213,173,219). Sum of RGB (Red+Green+Blue) = 213+173+219=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADDB is #2A5224. Grayscale: #BEBEBE. Windows color (decimal): -2773541 or 14396885. OLE color: 14396885.

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

Color convert

RGB213173219-
CMYK0.030.2100.14
HSL292.17º38.98%76.86%-
HSV(B)292.17º21%85.88%-
XYZ55.1749.1573.6-
YUV190.2144.25144.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=35.21%
G=28.60%
B=36.20%

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
Decimal2131732190.030.2100.14292.1738.9876.86
HexD5ADDB3150E124274d
Octal32525533332501644447115
Binary1101010110101101110110111110101011101001001001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADDB; }

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

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

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

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

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

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

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

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