#D6AAD4

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

Shades of Plum #D6AAD4

Tints of Plum #D6AAD4

Color information

#D6AAD4 (or 0xD6AAD4) is unknown color: approx Plum. HEX triplet: D6, AA and D4. RGB value is (214,170,212). Sum of RGB (Red+Green+Blue) = 214+170+212=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AAD4 is #29552B. Grayscale: #BBBBBB. Windows color (decimal): -2708780 or 13937366. OLE color: 13937366.

HSL color Cylindrical-coordinate representation of color #D6AAD4: hue angle of 302.73º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6AAD4 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB214170212-
CMYK00.210.010.16
HSL302.73º34.92%75.29%-
HSV(B)302.73º20.56%83.92%-
XYZ53.9947.868.67-
YUV187.94141.58146.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 212 (83.20% from 255) = 35.57%
R=35.91%
G=28.52%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417021200.210.010.16302.7334.9275.29
HexD6AAD401511012f234b
Octal32625232402512045743113
Binary1101011010101010110101000101011100001001011111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AAD4; }

 p { color: rgb(214,170,212); }

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

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

 a { background-color: rgb(214,170,212); }

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

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

 span { border-color: rgb(214,170,212); }

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