#DEAEE0

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

Shades of Plum #DEAEE0

Tints of Plum #DEAEE0

Color information

#DEAEE0 (or 0xDEAEE0) is unknown color: approx Plum. HEX triplet: DE, AE and E0. RGB value is (222,174,224). Sum of RGB (Red+Green+Blue) = 222+174+224=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEE0 is #21511F. Grayscale: #C1C1C1. Windows color (decimal): -2183456 or 14724830. OLE color: 14724830.

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

Color convert

RGB222174224-
CMYK0.010.2200.12
HSL297.6º44.64%78.04%-
HSV(B)297.6º22.32%87.84%-
XYZ58.7151.1877.31-
YUV194.05144.9147.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 224 (87.89% from 255) = 36.13%
R=35.81%
G=28.06%
B=36.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221742240.010.2200.12297.644.6478.04
HexDEAEE01160C12a2d4e
Octal33625634012601445255116
Binary110111101010111011100000110110011001001010101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEE0; }

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

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

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

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

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

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

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

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