#D6ADDE

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

Shades of Plum #D6ADDE

Tints of Plum #D6ADDE

Color information

#D6ADDE (or 0xD6ADDE) is unknown color: approx Plum. HEX triplet: D6, AD and DE. RGB value is (214,173,222). Sum of RGB (Red+Green+Blue) = 214+173+222=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADDE is #295221. Grayscale: #BEBEBE. Windows color (decimal): -2708002 or 14593494. OLE color: 14593494.

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

Color convert

RGB214173222-
CMYK0.040.2200.13
HSL290.2º42.61%77.45%-
HSV(B)290.2º22.07%87.06%-
XYZ55.8649.4675.71-
YUV190.84145.58144.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=35.14%
G=28.41%
B=36.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141732220.040.2200.13290.242.6177.45
HexD6ADDE4160D1222b4d
Octal32625533642601544253115
Binary11010110101011011101111010010110011011001000101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADDE; }

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

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

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

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

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

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

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

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