#DEABDC

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

Shades of Plum #DEABDC

Tints of Plum #DEABDC

Color information

#DEABDC (or 0xDEABDC) is unknown color: approx Plum. HEX triplet: DE, AB and DC. RGB value is (222,171,220). Sum of RGB (Red+Green+Blue) = 222+171+220=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABDC is #215423. Grayscale: #BFBFBF. Windows color (decimal): -2184228 or 14461918. OLE color: 14461918.

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

Color convert

RGB222171220-
CMYK00.230.010.13
HSL302.35º43.59%77.06%-
HSV(B)302.35º22.97%87.06%-
XYZ57.6149.8274.29-
YUV191.84143.9149.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=36.22%
G=27.90%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217122000.230.010.13302.3543.5977.06
HexDEABDC0171D12e2c4d
Octal33625333402711545654115
Binary110111101010101111011100010111111011001011101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABDC; }

 p { color: rgb(222,171,220); }

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

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

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

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

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

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

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