#D9ADDD

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

Shades of Plum #D9ADDD

Tints of Plum #D9ADDD

Color information

#D9ADDD (or 0xD9ADDD) is unknown color: approx Plum. HEX triplet: D9, AD and DD. RGB value is (217,173,221). Sum of RGB (Red+Green+Blue) = 217+173+221=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADDD is #265222. Grayscale: #BFBFBF. Windows color (decimal): -2511395 or 14527961. OLE color: 14527961.

HSL color Cylindrical-coordinate representation of color #D9ADDD: hue angle of 295º degrees, saturation: 0.41, 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 #D9ADDD is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217173221-
CMYK0.020.2200.13
HSL295º41.38%77.25%-
HSV(B)295º21.72%86.67%-
XYZ56.6149.8675.05-
YUV191.63144.58146.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.52%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=35.52%
G=28.31%
B=36.17%

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
Decimal2171732210.020.2200.1329541.3877.25
HexD9ADDD2160D127294d
Octal33125533522601544751115
Binary1101100110101101110111011010110011011001001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADDD; }

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

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

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

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

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

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

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

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