#DEA4ED

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

Shades of Plum #DEA4ED

Tints of Plum #DEA4ED

Color information

#DEA4ED (or 0xDEA4ED) is unknown color: approx Plum. HEX triplet: DE, A4 and ED. RGB value is (222,164,237). Sum of RGB (Red+Green+Blue) = 222+164+237=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA4ED is #215B12. Grayscale: #BDBDBD. Windows color (decimal): -2186003 or 15574238. OLE color: 15574238.

HSL color Cylindrical-coordinate representation of color #DEA4ED: hue angle of 287.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEA4ED is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222164237-
CMYK0.060.3100.07
HSL287.67º66.97%78.63%-
HSV(B)287.67º30.8%92.94%-
XYZ58.6948.1986.33-
YUV189.66154.72151.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 164 (64.45% from 255) = 26.32%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=35.63%
G=26.32%
B=38.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221642370.060.3100.07287.6766.9778.63
HexDEA4ED61F07120434f
Octal33624435563707440103117
Binary11011110101001001110110111011111011110010000010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA4ED; }

 p { color: rgb(222,164,237); }

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

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

 a { background-color: rgb(222,164,237); }

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

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

 span { border-color: rgb(222,164,237); }

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