#DEACE3

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

Shades of Plum #DEACE3

Tints of Plum #DEACE3

Color information

#DEACE3 (or 0xDEACE3) is unknown color: approx Plum. HEX triplet: DE, AC and E3. RGB value is (222,172,227). Sum of RGB (Red+Green+Blue) = 222+172+227=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACE3 is #21531C. Grayscale: #C1C1C1. Windows color (decimal): -2183965 or 14920926. OLE color: 14920926.

HSL color Cylindrical-coordinate representation of color #DEACE3: hue angle of 294.55º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEACE3 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222172227-
CMYK0.020.2400.11
HSL294.55º49.55%78.24%-
HSV(B)294.55º24.23%89.02%-
XYZ58.7450.5879.34-
YUV193.22147.06148.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 227 (89.06% from 255) = 36.55%
R=35.75%
G=27.70%
B=36.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221722270.020.2400.11294.5549.5578.24
HexDEACE32180B127324e
Octal33625434323001344762116
Binary1101111010101100111000111011000010111001001111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACE3; }

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

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

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

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

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

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

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

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