#D7AADC

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

Shades of Plum #D7AADC

Tints of Plum #D7AADC

Color information

#D7AADC (or 0xD7AADC) is unknown color: approx Plum. HEX triplet: D7, AA and DC. RGB value is (215,170,220). Sum of RGB (Red+Green+Blue) = 215+170+220=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AADC is #285523. Grayscale: #BDBDBD. Windows color (decimal): -2643236 or 14461655. OLE color: 14461655.

HSL color Cylindrical-coordinate representation of color #D7AADC: hue angle of 294º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7AADC is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215170220-
CMYK0.020.2300.14
HSL294º41.67%76.47%-
HSV(B)294º22.73%86.27%-
XYZ55.3248.3674.13-
YUV189.16145.41146.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=35.54%
G=28.10%
B=36.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151702200.020.2300.1429441.6776.47
HexD7AADC2170E1262a4c
Octal32725233422701644652114
Binary1101011110101010110111001010111011101001001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AADC; }

 p { color: rgb(215,170,220); }

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

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

 a { background-color: rgb(215,170,220); }

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

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

 span { border-color: rgb(215,170,220); }

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