#DEADE2

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

Shades of Plum #DEADE2

Tints of Plum #DEADE2

Color information

#DEADE2 (or 0xDEADE2) is unknown color: approx Plum. HEX triplet: DE, AD and E2. RGB value is (222,173,226). Sum of RGB (Red+Green+Blue) = 222+173+226=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADE2 is #21521D. Grayscale: #C1C1C1. Windows color (decimal): -2183710 or 14855646. OLE color: 14855646.

HSL color Cylindrical-coordinate representation of color #DEADE2: hue angle of 295.47º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEADE2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222173226-
CMYK0.020.2300.11
HSL295.47º47.75%78.24%-
HSV(B)295.47º23.45%88.63%-
XYZ58.850.9178.68-
YUV193.69146.23148.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 226 (88.67% from 255) = 36.39%
R=35.75%
G=27.86%
B=36.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221732260.020.2300.11295.4747.7578.24
HexDEADE22170B127304e
Octal33625534222701344760116
Binary1101111010101101111000101010111010111001001111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADE2; }

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

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

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

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

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

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

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

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