#DEADE0

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

Shades of Plum #DEADE0

Tints of Plum #DEADE0

Color information

#DEADE0 (or 0xDEADE0) is unknown color: approx Plum. HEX triplet: DE, AD and E0. RGB value is (222,173,224). Sum of RGB (Red+Green+Blue) = 222+173+224=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADE0 is #21521F. Grayscale: #C1C1C1. Windows color (decimal): -2183712 or 14724574. OLE color: 14724574.

HSL color Cylindrical-coordinate representation of color #DEADE0: hue angle of 297.65º degrees, saturation: 0.45, 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 #DEADE0 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222173224-
CMYK0.010.2300.12
HSL297.65º45.13%77.84%-
HSV(B)297.65º22.77%87.84%-
XYZ58.5250.877.24-
YUV193.46145.23148.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=35.86%
G=27.95%
B=36.19%

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
Decimal2221732240.010.2300.12297.6545.1377.84
HexDEADE01170C12a2d4e
Octal33625534012701445255116
Binary110111101010110111100000110111011001001010101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADE0; }

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

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

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

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

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

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

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

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