#DEACE5

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

Shades of Plum #DEACE5

Tints of Plum #DEACE5

Color information

#DEACE5 (or 0xDEACE5) is unknown color: approx Plum. HEX triplet: DE, AC and E5. RGB value is (222,172,229). Sum of RGB (Red+Green+Blue) = 222+172+229=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACE5 is #21531A. Grayscale: #C1C1C1. Windows color (decimal): -2183963 or 15051998. OLE color: 15051998.

HSL color Cylindrical-coordinate representation of color #DEACE5: hue angle of 292.63º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEACE5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222172229-
CMYK0.030.2500.10
HSL292.63º52.29%78.63%-
HSV(B)292.63º24.89%89.8%-
XYZ59.0250.6980.8-
YUV193.45148.06148.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=35.63%
G=27.61%
B=36.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221722290.030.2500.10292.6352.2978.63
HexDEACE53190A125344f
Octal33625434533101244564117
Binary1101111010101100111001011111001010101001001011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACE5; }

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

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

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

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

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

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

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

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