#DEACE0

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

Shades of Plum #DEACE0

Tints of Plum #DEACE0

Color information

#DEACE0 (or 0xDEACE0) is unknown color: approx Plum. HEX triplet: DE, AC and E0. RGB value is (222,172,224). Sum of RGB (Red+Green+Blue) = 222+172+224=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACE0 is #21531F. Grayscale: #C0C0C0. Windows color (decimal): -2183968 or 14724318. OLE color: 14724318.

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

Color convert

RGB222172224-
CMYK0.010.2300.12
HSL297.69º45.61%77.65%-
HSV(B)297.69º23.21%87.84%-
XYZ58.3350.4277.18-
YUV192.88145.56148.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=35.92%
G=27.83%
B=36.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221722240.010.2300.12297.6945.6177.65
HexDEACE01170C12a2e4e
Octal33625434012701445256116
Binary110111101010110011100000110111011001001010101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACE0; }

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

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

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

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

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

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

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

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