#DEACEB

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

Shades of Plum #DEACEB

Tints of Plum #DEACEB

Color information

#DEACEB (or 0xDEACEB) is unknown color: approx Plum. HEX triplet: DE, AC and EB. RGB value is (222,172,235). Sum of RGB (Red+Green+Blue) = 222+172+235=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACEB is #215314. Grayscale: #C1C1C1. Windows color (decimal): -2183957 or 15445214. OLE color: 15445214.

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

Color convert

RGB222172235-
CMYK0.060.2700.08
HSL287.62º61.17%79.8%-
HSV(B)287.62º26.81%92.16%-
XYZ59.8751.0385.29-
YUV194.13151.06147.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=35.29%
G=27.34%
B=37.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221722350.060.2700.08287.6261.1779.8
HexDEACEB61B081203d50
Octal33625435363301044075120
Binary11011110101011001110101111011011010001001000001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACEB; }

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

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

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

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

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

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

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

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