#DEACE2

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

Shades of Plum #DEACE2

Tints of Plum #DEACE2

Color information

#DEACE2 (or 0xDEACE2) is unknown color: approx Plum. HEX triplet: DE, AC and E2. RGB value is (222,172,226). Sum of RGB (Red+Green+Blue) = 222+172+226=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACE2 is #21531D. Grayscale: #C0C0C0. Windows color (decimal): -2183966 or 14855390. OLE color: 14855390.

HSL color Cylindrical-coordinate representation of color #DEACE2: hue angle of 295.56º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEACE2 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222172226-
CMYK0.020.2400.11
HSL295.56º48.21%78.04%-
HSV(B)295.56º23.89%88.63%-
XYZ58.650.5378.62-
YUV193.11146.56148.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 226 (88.67% from 255) = 36.45%
R=35.81%
G=27.74%
B=36.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221722260.020.2400.11295.5648.2178.04
HexDEACE22180B128304e
Octal33625434223001345060116
Binary1101111010101100111000101011000010111001010001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACE2; }

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

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

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

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

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

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

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

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