#DEACE9

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

Shades of Plum #DEACE9

Tints of Plum #DEACE9

Color information

#DEACE9 (or 0xDEACE9) is unknown color: approx Plum. HEX triplet: DE, AC and E9. RGB value is (222,172,233). Sum of RGB (Red+Green+Blue) = 222+172+233=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACE9 is #215316. Grayscale: #C1C1C1. Windows color (decimal): -2183959 or 15314142. OLE color: 15314142.

HSL color Cylindrical-coordinate representation of color #DEACE9: hue angle of 289.18º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEACE9 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222172233-
CMYK0.050.2600.09
HSL289.18º58.1%79.41%-
HSV(B)289.18º26.18%91.37%-
XYZ59.5850.9283.78-
YUV193.9150.06148.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.41%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 233 (91.41% from 255) = 37.16%
R=35.41%
G=27.43%
B=37.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221722330.050.2600.09289.1858.179.41
HexDEACE951A091213a4f
Octal33625435153201144172117
Binary11011110101011001110100110111010010011001000011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACE9; }

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

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

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

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

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

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

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

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