#DEACEA

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

Shades of Plum #DEACEA

Tints of Plum #DEACEA

Color information

#DEACEA (or 0xDEACEA) is unknown color: approx Plum. HEX triplet: DE, AC and EA. RGB value is (222,172,234). Sum of RGB (Red+Green+Blue) = 222+172+234=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACEA is #215315. Grayscale: #C1C1C1. Windows color (decimal): -2183958 or 15379678. OLE color: 15379678.

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

Color convert

RGB222172234-
CMYK0.050.2600.08
HSL288.39º59.62%79.61%-
HSV(B)288.39º26.5%91.76%-
XYZ59.7350.9884.53-
YUV194.02150.56147.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=35.35%
G=27.39%
B=37.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221722340.050.2600.08288.3959.6279.61
HexDEACEA51A081203c50
Octal33625435253201044074120
Binary11011110101011001110101010111010010001001000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACEA; }

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

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

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

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

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

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

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

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