#DEACDE

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

Shades of Plum #DEACDE

Tints of Plum #DEACDE

Color information

#DEACDE (or 0xDEACDE) is unknown color: approx Plum. HEX triplet: DE, AC and DE. RGB value is (222,172,222). Sum of RGB (Red+Green+Blue) = 222+172+222=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACDE is #215321. Grayscale: #C0C0C0. Windows color (decimal): -2183970 or 14593246. OLE color: 14593246.

HSL color Cylindrical-coordinate representation of color #DEACDE: hue angle of 300º degrees, saturation: 0.43, 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 #DEACDE is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222172222-
CMYK00.2300.13
HSL300º43.1%77.25%-
HSV(B)300º22.52%87.06%-
XYZ58.0650.3175.76-
YUV192.65144.56148.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=36.04%
G=27.92%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217222200.2300.1330043.177.25
HexDEACDE0170D12c2b4d
Octal33625433602701545453115
Binary110111101010110011011110010111011011001011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACDE; }

 p { color: rgb(222,172,222); }

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

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

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

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

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

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

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