#D7ADDC

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

Shades of Plum #D7ADDC

Tints of Plum #D7ADDC

Color information

#D7ADDC (or 0xD7ADDC) is unknown color: approx Plum. HEX triplet: D7, AD and DC. RGB value is (215,173,220). Sum of RGB (Red+Green+Blue) = 215+173+220=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADDC is #285223. Grayscale: #BEBEBE. Windows color (decimal): -2642468 or 14462423. OLE color: 14462423.

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

Color convert

RGB215173220-
CMYK0.020.2100.14
HSL293.62º40.17%77.06%-
HSV(B)293.62º21.36%86.27%-
XYZ55.8949.574.32-
YUV190.92144.41145.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.36%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=35.36%
G=28.45%
B=36.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151732200.020.2100.14293.6240.1777.06
HexD7ADDC2150E126284d
Octal32725533422501644650115
Binary1101011110101101110111001010101011101001001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADDC; }

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

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

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

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

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

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

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

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