#DEA9E0

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

Shades of Plum #DEA9E0

Tints of Plum #DEA9E0

Color information

#DEA9E0 (or 0xDEA9E0) is unknown color: approx Plum. HEX triplet: DE, A9 and E0. RGB value is (222,169,224). Sum of RGB (Red+Green+Blue) = 222+169+224=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEA9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9E0 is #21561F. Grayscale: #BEBEBE. Windows color (decimal): -2184736 or 14723550. OLE color: 14723550.

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

Color convert

RGB222169224-
CMYK0.010.2500.12
HSL297.82º47.01%77.06%-
HSV(B)297.82º24.55%87.84%-
XYZ57.7749.2976.99-
YUV191.12146.56150.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=36.10%
G=27.48%
B=36.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221692240.010.2500.12297.8247.0177.06
HexDEA9E01190C12a2f4d
Octal33625134013101445257115
Binary110111101010100111100000111001011001001010101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9E0; }

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

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

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

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

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

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

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

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