#DEADE1

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

Shades of Plum #DEADE1

Tints of Plum #DEADE1

Color information

#DEADE1 (or 0xDEADE1) is unknown color: approx Plum. HEX triplet: DE, AD and E1. RGB value is (222,173,225). Sum of RGB (Red+Green+Blue) = 222+173+225=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADE1 is #21521E. Grayscale: #C1C1C1. Windows color (decimal): -2183711 or 14790110. OLE color: 14790110.

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

Color convert

RGB222173225-
CMYK0.010.2300.12
HSL296.54º46.43%78.04%-
HSV(B)296.54º23.11%88.24%-
XYZ58.6650.8577.96-
YUV193.58145.73148.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=35.81%
G=27.90%
B=36.29%

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
Decimal2221732250.010.2300.12296.5446.4378.04
HexDEADE11170C1292e4e
Octal33625534112701445156116
Binary110111101010110111100001110111011001001010011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADE1; }

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

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

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

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

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

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

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

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