#DEA8E8

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

Shades of Plum #DEA8E8

Tints of Plum #DEA8E8

Color information

#DEA8E8 (or 0xDEA8E8) is unknown color: approx Plum. HEX triplet: DE, A8 and E8. RGB value is (222,168,232). Sum of RGB (Red+Green+Blue) = 222+168+232=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEA8E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8E8 is #215717. Grayscale: #BFBFBF. Windows color (decimal): -2184984 or 15247582. OLE color: 15247582.

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

Color convert

RGB222168232-
CMYK0.040.2800.09
HSL290.62º58.18%78.43%-
HSV(B)290.62º27.59%90.98%-
XYZ58.6949.3682.78-
YUV191.44150.89149.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 168 (66.02% from 255) = 27.01%
BLUE value IS 232 (91.02% from 255) = 37.30%
R=35.69%
G=27.01%
B=37.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221682320.040.2800.09290.6258.1878.43
HexDEA8E841C091233a4e
Octal33625035043401144372116
Binary11011110101010001110100010011100010011001000111110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8E8; }

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

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

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

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

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

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

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

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