#DEAEE1

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

Shades of Plum #DEAEE1

Tints of Plum #DEAEE1

Color information

#DEAEE1 (or 0xDEAEE1) is unknown color: approx Plum. HEX triplet: DE, AE and E1. RGB value is (222,174,225). Sum of RGB (Red+Green+Blue) = 222+174+225=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEE1 is #21511E. Grayscale: #C2C2C2. Windows color (decimal): -2183455 or 14790366. OLE color: 14790366.

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

Color convert

RGB222174225-
CMYK0.010.2300.12
HSL296.47º45.95%78.24%-
HSV(B)296.47º22.67%88.24%-
XYZ58.8551.2478.02-
YUV194.17145.4147.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 225 (88.28% from 255) = 36.23%
R=35.75%
G=28.02%
B=36.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221742250.010.2300.12296.4745.9578.24
HexDEAEE11170C1282e4e
Octal33625634112701445056116
Binary110111101010111011100001110111011001001010001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEE1; }

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

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

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

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

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

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

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

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