#D6ACDC

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

Shades of Plum #D6ACDC

Tints of Plum #D6ACDC

Color information

#D6ACDC (or 0xD6ACDC) is unknown color: approx Plum. HEX triplet: D6, AC and DC. RGB value is (214,172,220). Sum of RGB (Red+Green+Blue) = 214+172+220=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACDC is #295323. Grayscale: #BDBDBD. Windows color (decimal): -2708260 or 14462166. OLE color: 14462166.

HSL color Cylindrical-coordinate representation of color #D6ACDC: hue angle of 292.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6ACDC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214172220-
CMYK0.030.2200.14
HSL292.5º40.68%76.86%-
HSV(B)292.5º21.82%86.27%-
XYZ55.448.9774.24-
YUV190.03144.91145.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.31%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=35.31%
G=28.38%
B=36.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141722200.030.2200.14292.540.6876.86
HexD6ACDC3160E124294d
Octal32625433432601644451115
Binary1101011010101100110111001110110011101001001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACDC; }

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

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

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

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

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

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

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

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