#D9ADDE

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

Shades of Plum #D9ADDE

Tints of Plum #D9ADDE

Color information

#D9ADDE (or 0xD9ADDE) is unknown color: approx Plum. HEX triplet: D9, AD and DE. RGB value is (217,173,222). Sum of RGB (Red+Green+Blue) = 217+173+222=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADDE is #265221. Grayscale: #BFBFBF. Windows color (decimal): -2511394 or 14593497. OLE color: 14593497.

HSL color Cylindrical-coordinate representation of color #D9ADDE: hue angle of 293.88º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9ADDE is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217173222-
CMYK0.020.2200.13
HSL293.88º42.61%77.45%-
HSV(B)293.88º22.07%87.06%-
XYZ56.7449.9175.75-
YUV191.74145.08146.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=35.46%
G=28.27%
B=36.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171732220.020.2200.13293.8842.6177.45
HexD9ADDE2160D1262b4d
Octal33125533622601544653115
Binary1101100110101101110111101010110011011001001101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADDE; }

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

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

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

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

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

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

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

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