#DCABE1

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

Shades of Plum #DCABE1

Tints of Plum #DCABE1

Color information

#DCABE1 (or 0xDCABE1) is unknown color: approx Plum. HEX triplet: DC, AB and E1. RGB value is (220,171,225). Sum of RGB (Red+Green+Blue) = 220+171+225=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABE1 is #23541E. Grayscale: #BFBFBF. Windows color (decimal): -2315295 or 14789596. OLE color: 14789596.

HSL color Cylindrical-coordinate representation of color #DCABE1: hue angle of 294.44º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCABE1 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220171225-
CMYK0.020.2400.12
HSL294.44º47.37%77.65%-
HSV(B)294.44º24%88.24%-
XYZ57.6749.7877.8-
YUV191.81146.73148.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 225 (88.28% from 255) = 36.53%
R=35.71%
G=27.76%
B=36.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201712250.020.2400.12294.4447.3777.65
HexDCABE12180C1262f4e
Octal33425334123001444657116
Binary1101110010101011111000011011000011001001001101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABE1; }

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

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

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

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

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

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

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

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