#DCAEDC

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

Shades of Plum #DCAEDC

Tints of Plum #DCAEDC

Color information

#DCAEDC (or 0xDCAEDC) is unknown color: approx Plum. HEX triplet: DC, AE and DC. RGB value is (220,174,220). Sum of RGB (Red+Green+Blue) = 220+174+220=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEDC is #235123. Grayscale: #C0C0C0. Windows color (decimal): -2314532 or 14462684. OLE color: 14462684.

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

Color convert

RGB220174220-
CMYK00.2100.14
HSL300º39.66%77.25%-
HSV(B)300º20.91%86.27%-
XYZ57.5750.6674.45-
YUV193143.24147.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=35.83%
G=28.34%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017422000.2100.1430039.6677.25
HexDCAEDC0150E12c284d
Octal33425633402501645450115
Binary110111001010111011011100010101011101001011001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEDC; }

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

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

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

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

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

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

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

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