#DEADE9

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

Shades of Plum #DEADE9

Tints of Plum #DEADE9

Color information

#DEADE9 (or 0xDEADE9) is unknown color: approx Plum. HEX triplet: DE, AD and E9. RGB value is (222,173,233). Sum of RGB (Red+Green+Blue) = 222+173+233=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADE9 is #215216. Grayscale: #C2C2C2. Windows color (decimal): -2183703 or 15314398. OLE color: 15314398.

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

Color convert

RGB222173233-
CMYK0.050.2600.09
HSL289º57.69%79.61%-
HSV(B)289º25.75%91.37%-
XYZ59.7851.383.84-
YUV194.49149.73147.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 173 (67.97% from 255) = 27.55%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=35.35%
G=27.55%
B=37.10%

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
Decimal2221732330.050.2600.0928957.6979.61
HexDEADE951A091213a50
Octal33625535153201144172120
Binary11011110101011011110100110111010010011001000011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADE9; }

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

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

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

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

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

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

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

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