#D6AEDC

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

Shades of Plum #D6AEDC

Tints of Plum #D6AEDC

Color information

#D6AEDC (or 0xD6AEDC) is unknown color: approx Plum. HEX triplet: D6, AE and DC. RGB value is (214,174,220). Sum of RGB (Red+Green+Blue) = 214+174+220=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 174 (68.36% from 255 or 28.62% 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 #D6AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEDC is #295123. Grayscale: #BFBFBF. Windows color (decimal): -2707748 or 14462678. OLE color: 14462678.

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

Color convert

RGB214174220-
CMYK0.030.2100.14
HSL292.17º39.66%77.25%-
HSV(B)292.17º20.91%86.27%-
XYZ55.7949.7474.37-
YUV191.2144.25144.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=35.20%
G=28.62%
B=36.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141742200.030.2100.14292.1739.6677.25
HexD6AEDC3150E124284d
Octal32625633432501644450115
Binary1101011010101110110111001110101011101001001001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AEDC; }

 p { color: rgb(214,174,220); }

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

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

 a { background-color: rgb(214,174,220); }

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

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

 span { border-color: rgb(214,174,220); }

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