#DEAEE5

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

Shades of Plum #DEAEE5

Tints of Plum #DEAEE5

Color information

#DEAEE5 (or 0xDEAEE5) is unknown color: approx Plum. HEX triplet: DE, AE and E5. RGB value is (222,174,229). Sum of RGB (Red+Green+Blue) = 222+174+229=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEE5 is #21511A. Grayscale: #C2C2C2. Windows color (decimal): -2183451 or 15052510. OLE color: 15052510.

HSL color Cylindrical-coordinate representation of color #DEAEE5: hue angle of 292.36º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEAEE5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222174229-
CMYK0.030.2400.10
HSL292.36º51.4%79.02%-
HSV(B)292.36º24.02%89.8%-
XYZ59.451.4680.93-
YUV194.62147.4147.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 229 (89.84% from 255) = 36.64%
R=35.52%
G=27.84%
B=36.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221742290.030.2400.10292.3651.479.02
HexDEAEE53180A124334f
Octal33625634533001244463117
Binary1101111010101110111001011111000010101001001001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEE5; }

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

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

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

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

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

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

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

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