#DEADDD

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

Shades of Plum #DEADDD

Tints of Plum #DEADDD

Color information

#DEADDD (or 0xDEADDD) is unknown color: approx Plum. HEX triplet: DE, AD and DD. RGB value is (222,173,221). Sum of RGB (Red+Green+Blue) = 222+173+221=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADDD is #215222. Grayscale: #C0C0C0. Windows color (decimal): -2183715 or 14527966. OLE color: 14527966.

HSL color Cylindrical-coordinate representation of color #DEADDD: hue angle of 301.22º 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 #DEADDD is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222173221-
CMYK00.220.000.13
HSL301.22º42.61%77.45%-
HSV(B)301.22º22.07%87.06%-
XYZ58.1250.6475.12-
YUV193.12143.73148.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=36.04%
G=28.08%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217322100.220.000.13301.2242.6177.45
HexDEADDD0160D12d2b4d
Octal33625533502601545553115
Binary110111101010110111011101010110011011001011011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADDD; }

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

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

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

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

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

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

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

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