#D7ADDD

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

Shades of Plum #D7ADDD

Tints of Plum #D7ADDD

Color information

#D7ADDD (or 0xD7ADDD) is unknown color: approx Plum. HEX triplet: D7, AD and DD. RGB value is (215,173,221). Sum of RGB (Red+Green+Blue) = 215+173+221=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADDD is #285222. Grayscale: #BEBEBE. Windows color (decimal): -2642467 or 14527959. OLE color: 14527959.

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

Color convert

RGB215173221-
CMYK0.030.2200.13
HSL292.5º41.38%77.25%-
HSV(B)292.5º21.72%86.67%-
XYZ56.0249.5575.02-
YUV191.03144.91145.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.30%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=35.30%
G=28.41%
B=36.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151732210.030.2200.13292.541.3877.25
HexD7ADDD3160D124294d
Octal32725533532601544451115
Binary1101011110101101110111011110110011011001001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADDD; }

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

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

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

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

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

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

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

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