#DCABE0

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

Shades of Plum #DCABE0

Tints of Plum #DCABE0

Color information

#DCABE0 (or 0xDCABE0) is unknown color: approx Plum. HEX triplet: DC, AB and E0. RGB value is (220,171,224). Sum of RGB (Red+Green+Blue) = 220+171+224=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABE0 is #23541F. Grayscale: #BFBFBF. Windows color (decimal): -2315296 or 14724060. OLE color: 14724060.

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

Color convert

RGB220171224-
CMYK0.020.2400.12
HSL295.47º46.09%77.45%-
HSV(B)295.47º23.66%87.84%-
XYZ57.5349.7277.09-
YUV191.69146.23148.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=35.77%
G=27.80%
B=36.42%

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
Decimal2201712240.020.2400.12295.4746.0977.45
HexDCABE02180C1272e4d
Octal33425334023001444756115
Binary1101110010101011111000001011000011001001001111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABE0; }

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

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

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

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

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

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

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

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