#dcabe2

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

Shades of Plum #DCABE2

Tints of Plum #DCABE2

Color information

#DCABE2 (or 0xDCABE2) is unknown color: approx Plum. HEX triplet: DC, AB and E2. RGB value is (220,171,226). Sum of RGB (Red+Green+Blue) = 220+171+226=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCABE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABE2 is #23541D. Grayscale: #BFBFBF. Windows color (decimal): -2315294 or 14855132. OLE color: 14855132.

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

Color convert

RGB220171226-
CMYK0.030.2400.11
HSL293.45º48.67%77.84%-
HSV(B)293.45º24.34%88.63%-
XYZ57.8149.8378.52-
YUV191.92147.23148.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 171 (67.19% from 255) = 27.71%
BLUE value IS 226 (88.67% from 255) = 36.63%
R=35.66%
G=27.71%
B=36.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201712260.030.2400.11293.4548.6777.84
HexDCABE23180B125314e
Octal33425334233001344561116
Binary1101110010101011111000101111000010111001001011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcabe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcabe2; }

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

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

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

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

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

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

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

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