#DEA0CE

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

Shades of Plum #DEA0CE

Tints of Plum #DEA0CE

Color information

#DEA0CE (or 0xDEA0CE) is unknown color: approx Plum. HEX triplet: DE, A0 and CE. RGB value is (222,160,206). Sum of RGB (Red+Green+Blue) = 222+160+206=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA0CE is #215F31. Grayscale: #B7B7B7. Windows color (decimal): -2187058 or 13541598. OLE color: 13541598.

HSL color Cylindrical-coordinate representation of color #DEA0CE: hue angle of 315.48º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA0CE is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222160206-
CMYK00.280.070.13
HSL315.48º48.44%74.9%-
HSV(B)315.48º27.93%87.06%-
XYZ53.8445.1364.27-
YUV183.78140.54155.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 160 (62.89% from 255) = 27.21%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=37.76%
G=27.21%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216020600.280.070.13315.4848.4474.9
HexDEA0CE01C7D13b304b
Octal33624031603471547360113
Binary11011110101000001100111001110011111011001110111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA0CE; }

 p { color: rgb(222,160,206); }

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

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

 a { background-color: rgb(222,160,206); }

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

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

 span { border-color: rgb(222,160,206); }

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