#DEAEE9

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

Shades of Plum #DEAEE9

Tints of Plum #DEAEE9

Color information

#DEAEE9 (or 0xDEAEE9) is unknown color: approx Plum. HEX triplet: DE, AE and E9. RGB value is (222,174,233). Sum of RGB (Red+Green+Blue) = 222+174+233=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEE9 is #215116. Grayscale: #C2C2C2. Windows color (decimal): -2183447 or 15314654. OLE color: 15314654.

HSL color Cylindrical-coordinate representation of color #DEAEE9: hue angle of 288.81º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEAEE9 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222174233-
CMYK0.050.2500.09
HSL288.81º57.28%79.8%-
HSV(B)288.81º25.32%91.37%-
XYZ59.9751.6883.91-
YUV195.08149.4147.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 233 (91.41% from 255) = 37.04%
R=35.29%
G=27.66%
B=37.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221742330.050.2500.09288.8157.2879.8
HexDEAEE9519091213950
Octal33625635153101144171120
Binary11011110101011101110100110111001010011001000011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEE9; }

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

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

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

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

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

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

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

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