#D5AADE

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

Shades of Plum #D5AADE

Tints of Plum #D5AADE

Color information

#D5AADE (or 0xD5AADE) is unknown color: approx Plum. HEX triplet: D5, AA and DE. RGB value is (213,170,222). Sum of RGB (Red+Green+Blue) = 213+170+222=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AADE is #2A5521. Grayscale: #BCBCBC. Windows color (decimal): -2774306 or 14592725. OLE color: 14592725.

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

Color convert

RGB213170222-
CMYK0.040.2300.13
HSL289.62º44.07%76.86%-
HSV(B)289.62º23.42%87.06%-
XYZ5548.1775.51-
YUV188.78146.75145.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=35.21%
G=28.10%
B=36.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131702220.040.2300.13289.6244.0776.86
HexD5AADE4170D1222c4d
Octal32525233642701544254115
Binary11010101101010101101111010010111011011001000101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AADE; }

 p { color: rgb(213,170,222); }

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

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

 a { background-color: rgb(213,170,222); }

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

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

 span { border-color: rgb(213,170,222); }

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