#DEADE5

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

Shades of Plum #DEADE5

Tints of Plum #DEADE5

Color information

#DEADE5 (or 0xDEADE5) is unknown color: approx Plum. HEX triplet: DE, AD and E5. RGB value is (222,173,229). Sum of RGB (Red+Green+Blue) = 222+173+229=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADE5 is #21521A. Grayscale: #C1C1C1. Windows color (decimal): -2183707 or 15052254. OLE color: 15052254.

HSL color Cylindrical-coordinate representation of color #DEADE5: hue angle of 292.5º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEADE5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222173229-
CMYK0.030.2400.10
HSL292.5º51.85%78.82%-
HSV(B)292.5º24.45%89.8%-
XYZ59.2151.0780.87-
YUV194.03147.73147.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=35.58%
G=27.72%
B=36.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221732290.030.2400.10292.551.8578.82
HexDEADE53180A124344f
Octal33625534533001244464117
Binary1101111010101101111001011111000010101001001001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADE5; }

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

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

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

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

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

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

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

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