#DEA7EB

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

Shades of Plum #DEA7EB

Tints of Plum #DEA7EB

Color information

#DEA7EB (or 0xDEA7EB) is unknown color: approx Plum. HEX triplet: DE, A7 and EB. RGB value is (222,167,235). Sum of RGB (Red+Green+Blue) = 222+167+235=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEA7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7EB is #215814. Grayscale: #BEBEBE. Windows color (decimal): -2185237 or 15443934. OLE color: 15443934.

HSL color Cylindrical-coordinate representation of color #DEA7EB: hue angle of 288.53º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA7EB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222167235-
CMYK0.060.2900.08
HSL288.53º62.96%78.82%-
HSV(B)288.53º28.94%92.16%-
XYZ58.9449.1784.98-
YUV191.2152.72149.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 167 (65.62% from 255) = 26.76%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=35.58%
G=26.76%
B=37.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221672350.060.2900.08288.5362.9678.82
HexDEA7EB61D081213f4f
Octal33624735363501044177117
Binary11011110101001111110101111011101010001001000011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA7EB; }

 p { color: rgb(222,167,235); }

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

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

 a { background-color: rgb(222,167,235); }

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

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

 span { border-color: rgb(222,167,235); }

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