#DEAAE3

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

Shades of Plum #DEAAE3

Tints of Plum #DEAAE3

Color information

#DEAAE3 (or 0xDEAAE3) is unknown color: approx Plum. HEX triplet: DE, AA and E3. RGB value is (222,170,227). Sum of RGB (Red+Green+Blue) = 222+170+227=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAE3 is #21551C. Grayscale: #BFBFBF. Windows color (decimal): -2184477 or 14920414. OLE color: 14920414.

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

Color convert

RGB222170227-
CMYK0.020.2500.11
HSL294.74º50.44%77.84%-
HSV(B)294.74º25.11%89.02%-
XYZ58.3649.8379.21-
YUV192.05147.73149.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 227 (89.06% from 255) = 36.67%
R=35.86%
G=27.46%
B=36.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221702270.020.2500.11294.7450.4477.84
HexDEAAE32190B127324e
Octal33625234323101344762116
Binary1101111010101010111000111011001010111001001111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAE3; }

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

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

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

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

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

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

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

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