#DEAAE4

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

Shades of Plum #DEAAE4

Tints of Plum #DEAAE4

Color information

#DEAAE4 (or 0xDEAAE4) is unknown color: approx Plum. HEX triplet: DE, AA and E4. RGB value is (222,170,228). Sum of RGB (Red+Green+Blue) = 222+170+228=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAE4 is #21551B. Grayscale: #BFBFBF. Windows color (decimal): -2184476 or 14985950. OLE color: 14985950.

HSL color Cylindrical-coordinate representation of color #DEAAE4: hue angle of 293.79º degrees, saturation: 0.52, 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 #DEAAE4 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222170228-
CMYK0.030.2500.11
HSL293.79º51.79%78.04%-
HSV(B)293.79º25.44%89.41%-
XYZ58.549.8879.94-
YUV192.16148.23149.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 228 (89.45% from 255) = 36.77%
R=35.81%
G=27.42%
B=36.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221702280.030.2500.11293.7951.7978.04
HexDEAAE43190B126344e
Octal33625234433101344664116
Binary1101111010101010111001001111001010111001001101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAE4; }

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

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

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

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

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

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

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

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