#D6ADDA

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

Shades of Plum #D6ADDA

Tints of Plum #D6ADDA

Color information

#D6ADDA (or 0xD6ADDA) is unknown color: approx Plum. HEX triplet: D6, AD and DA. RGB value is (214,173,218). Sum of RGB (Red+Green+Blue) = 214+173+218=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADDA is #295225. Grayscale: #BEBEBE. Windows color (decimal): -2708006 or 14331350. OLE color: 14331350.

HSL color Cylindrical-coordinate representation of color #D6ADDA: hue angle of 294.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6ADDA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214173218-
CMYK0.020.2100.15
HSL294.67º37.82%76.67%-
HSV(B)294.67º20.64%85.49%-
XYZ55.3349.2572.92-
YUV190.39143.58144.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=35.37%
G=28.60%
B=36.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141732180.020.2100.15294.6737.8276.67
HexD6ADDA2150F127264d
Octal32625533222501744746115
Binary1101011010101101110110101010101011111001001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADDA; }

 p { color: rgb(214,173,218); }

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

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

 a { background-color: rgb(214,173,218); }

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

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

 span { border-color: rgb(214,173,218); }

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