#DCAADE

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

Shades of Plum #DCAADE

Tints of Plum #DCAADE

Color information

#DCAADE (or 0xDCAADE) is unknown color: approx Plum. HEX triplet: DC, AA and DE. RGB value is (220,170,222). Sum of RGB (Red+Green+Blue) = 220+170+222=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAADE is #235521. Grayscale: #BEBEBE. Windows color (decimal): -2315554 or 14592732. OLE color: 14592732.

HSL color Cylindrical-coordinate representation of color #DCAADE: hue angle of 297.69º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAADE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220170222-
CMYK0.010.2300.13
HSL297.69º44.07%76.86%-
HSV(B)297.69º23.42%87.06%-
XYZ57.0749.2475.6-
YUV190.88145.56148.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=35.95%
G=27.78%
B=36.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201702220.010.2300.13297.6944.0776.86
HexDCAADE1170D12a2c4d
Octal33425233612701545254115
Binary110111001010101011011110110111011011001010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAADE; }

 p { color: rgb(220,170,222); }

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

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

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

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

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

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

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