#DEADDE

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

Shades of Plum #DEADDE

Tints of Plum #DEADDE

Color information

#DEADDE (or 0xDEADDE) is unknown color: approx Plum. HEX triplet: DE, AD and DE. RGB value is (222,173,222). Sum of RGB (Red+Green+Blue) = 222+173+222=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADDE is #215221. Grayscale: #C1C1C1. Windows color (decimal): -2183714 or 14593502. OLE color: 14593502.

HSL color Cylindrical-coordinate representation of color #DEADDE: hue angle of 300º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADDE is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222173222-
CMYK00.2200.13
HSL300º42.61%77.45%-
HSV(B)300º22.07%87.06%-
XYZ58.2550.6975.82-
YUV193.24144.23148.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 173 (67.97% from 255) = 28.04%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=35.98%
G=28.04%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217322200.2200.1330042.6177.45
HexDEADDE0160D12c2b4d
Octal33625533602601545453115
Binary110111101010110111011110010110011011001011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADDE; }

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

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

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

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

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

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

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

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