#DEA8E3

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

Shades of Plum #DEA8E3

Tints of Plum #DEA8E3

Color information

#DEA8E3 (or 0xDEA8E3) is unknown color: approx Plum. HEX triplet: DE, A8 and E3. RGB value is (222,168,227). Sum of RGB (Red+Green+Blue) = 222+168+227=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEA8E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8E3 is #21571C. Grayscale: #BEBEBE. Windows color (decimal): -2184989 or 14919902. OLE color: 14919902.

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

Color convert

RGB222168227-
CMYK0.020.2600.11
HSL294.92º51.3%77.45%-
HSV(B)294.92º25.99%89.02%-
XYZ57.9949.0879.09-
YUV190.87148.39150.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 168 (66.02% from 255) = 27.23%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=35.98%
G=27.23%
B=36.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221682270.020.2600.11294.9251.377.45
HexDEA8E321A0B127334d
Octal33625034323201344763115
Binary1101111010101000111000111011010010111001001111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8E3; }

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

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

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

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

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

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

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

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