#DCABE9

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

Shades of Plum #DCABE9

Tints of Plum #DCABE9

Color information

#DCABE9 (or 0xDCABE9) is unknown color: approx Plum. HEX triplet: DC, AB and E9. RGB value is (220,171,233). Sum of RGB (Red+Green+Blue) = 220+171+233=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABE9 is #235416. Grayscale: #C0C0C0. Windows color (decimal): -2315287 or 15313884. OLE color: 15313884.

HSL color Cylindrical-coordinate representation of color #DCABE9: hue angle of 287.42º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCABE9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220171233-
CMYK0.060.2700.09
HSL287.42º58.49%79.22%-
HSV(B)287.42º26.61%91.37%-
XYZ58.7950.2283.69-
YUV192.72150.73147.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 171 (67.19% from 255) = 27.40%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=35.26%
G=27.40%
B=37.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201712330.060.2700.09287.4258.4979.22
HexDCABE961B0911f3a4f
Octal33425335163301143772117
Binary11011100101010111110100111011011010011000111111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABE9; }

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

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

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

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

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

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

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

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