#DEA9E9

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

Shades of Plum #DEA9E9

Tints of Plum #DEA9E9

Color information

#DEA9E9 (or 0xDEA9E9) is unknown color: approx Plum. HEX triplet: DE, A9 and E9. RGB value is (222,169,233). Sum of RGB (Red+Green+Blue) = 222+169+233=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA9E9 is #215616. Grayscale: #BFBFBF. Windows color (decimal): -2184727 or 15313374. OLE color: 15313374.

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

Color convert

RGB222169233-
CMYK0.050.2700.09
HSL289.69º59.26%78.82%-
HSV(B)289.69º27.47%91.37%-
XYZ59.0249.7983.59-
YUV192.14151.06149.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 169 (66.41% from 255) = 27.08%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=35.58%
G=27.08%
B=37.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221692330.050.2700.09289.6959.2678.82
HexDEA9E951B091223b4f
Octal33625135153301144273117
Binary11011110101010011110100110111011010011001000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9E9; }

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

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

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

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

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

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

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

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