#DEAEE2

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

Shades of Plum #DEAEE2

Tints of Plum #DEAEE2

Color information

#DEAEE2 (or 0xDEAEE2) is unknown color: approx Plum. HEX triplet: DE, AE and E2. RGB value is (222,174,226). Sum of RGB (Red+Green+Blue) = 222+174+226=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEE2 is #21511D. Grayscale: #C2C2C2. Windows color (decimal): -2183454 or 14855902. OLE color: 14855902.

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

Color convert

RGB222174226-
CMYK0.020.2300.11
HSL295.38º47.27%78.43%-
HSV(B)295.38º23.01%88.63%-
XYZ58.9951.2978.74-
YUV194.28145.9147.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 174 (68.36% from 255) = 27.97%
BLUE value IS 226 (88.67% from 255) = 36.33%
R=35.69%
G=27.97%
B=36.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221742260.020.2300.11295.3847.2778.43
HexDEAEE22170B1272f4e
Octal33625634222701344757116
Binary1101111010101110111000101010111010111001001111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEE2; }

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

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

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

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

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

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

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

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