#DEA6E3

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

Shades of Plum #DEA6E3

Tints of Plum #DEA6E3

Color information

#DEA6E3 (or 0xDEA6E3) is unknown color: approx Plum. HEX triplet: DE, A6 and E3. RGB value is (222,166,227). Sum of RGB (Red+Green+Blue) = 222+166+227=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEA6E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6E3 is #21591C. Grayscale: #BDBDBD. Windows color (decimal): -2185501 or 14919390. OLE color: 14919390.

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

Color convert

RGB222166227-
CMYK0.020.2700.11
HSL295.08º52.14%77.06%-
HSV(B)295.08º26.87%89.02%-
XYZ57.6348.3578.97-
YUV189.7149.05151.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 166 (65.23% from 255) = 26.99%
BLUE value IS 227 (89.06% from 255) = 36.91%
R=36.10%
G=26.99%
B=36.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221662270.020.2700.11295.0852.1477.06
HexDEA6E321B0B127344d
Octal33624634323301344764115
Binary1101111010100110111000111011011010111001001111101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6E3; }

 p { color: rgb(222,166,227); }

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

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

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

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

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

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

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