#DEAAE1

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

Shades of Plum #DEAAE1

Tints of Plum #DEAAE1

Color information

#DEAAE1 (or 0xDEAAE1) is unknown color: approx Plum. HEX triplet: DE, AA and E1. RGB value is (222,170,225). Sum of RGB (Red+Green+Blue) = 222+170+225=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAE1 is #21551E. Grayscale: #BFBFBF. Windows color (decimal): -2184479 or 14789342. OLE color: 14789342.

HSL color Cylindrical-coordinate representation of color #DEAAE1: hue angle of 296.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEAAE1 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222170225-
CMYK0.010.2400.12
HSL296.73º47.83%77.45%-
HSV(B)296.73º24.44%88.24%-
XYZ58.0949.7277.77-
YUV191.82146.73149.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 225 (88.28% from 255) = 36.47%
R=35.98%
G=27.55%
B=36.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221702250.010.2400.12296.7347.8377.45
HexDEAAE11180C129304d
Octal33625234113001445160115
Binary110111101010101011100001111000011001001010011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAE1; }

 p { color: rgb(222,170,225); }

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

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

 a { background-color: rgb(222,170,225); }

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

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

 span { border-color: rgb(222,170,225); }

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