#DEACE1

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

Shades of Plum #DEACE1

Tints of Plum #DEACE1

Color information

#DEACE1 (or 0xDEACE1) is unknown color: approx Plum. HEX triplet: DE, AC and E1. RGB value is (222,172,225). Sum of RGB (Red+Green+Blue) = 222+172+225=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACE1 is #21531E. Grayscale: #C0C0C0. Windows color (decimal): -2183967 or 14789854. OLE color: 14789854.

HSL color Cylindrical-coordinate representation of color #DEACE1: hue angle of 296.6º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEACE1 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222172225-
CMYK0.010.2400.12
HSL296.6º46.9%77.84%-
HSV(B)296.6º23.56%88.24%-
XYZ58.4750.4777.89-
YUV192.99146.06148.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=35.86%
G=27.79%
B=36.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221722250.010.2400.12296.646.977.84
HexDEACE11180C1292f4e
Octal33625434113001445157116
Binary110111101010110011100001111000011001001010011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACE1; }

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

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

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

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

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

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

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

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